mirror of
https://github.com/WPTechnix/wp-settings-framework.git
synced 2025-10-03 23:23:25 +08:00
32 lines
776 B
JSON
32 lines
776 B
JSON
{
|
|
"name": "wp-settings-framework",
|
|
"description": "A modern, fluent, and object-oriented framework for creating powerful WordPress admin settings pages.",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"wordpress",
|
|
"settings",
|
|
"options"
|
|
],
|
|
"version": "2.0.0",
|
|
"author": "WPTechnix <developers@wptechnix.com>",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.8.1",
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
"@release-it/bumper": "^7.0.5",
|
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
"husky": "^9.1.7",
|
|
"release-it": "^19.0.4"
|
|
},
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"release": "release-it"
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
}
|
|
}
|