mirror of
https://github.com/WenPai-org/wpmind.git
synced 2025-08-03 11:11:27 +08:00
24 lines
714 B
JSON
24 lines
714 B
JSON
{
|
|
"name": "mind",
|
|
"version": "0.1.0",
|
|
"description": "Mind - Content Assistant Plugin based on OpenAI",
|
|
"author": "nK",
|
|
"license": "GPL-2.0-or-later",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "wp-scripts build",
|
|
"start": "wp-scripts start",
|
|
"start:hot": "wp-scripts start --hot --config webpack-hot-config.js",
|
|
"lint:css": "wp-scripts lint-style",
|
|
"lint:js": "wp-scripts lint-js",
|
|
"packages-update": "wp-scripts packages-update",
|
|
"plugin-zip": "wp-scripts plugin-zip"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/eslint-plugin": "^14.7.0",
|
|
"@wordpress/prettier-config": "^2.17.0",
|
|
"@wordpress/scripts": "^26.2.0",
|
|
"@wordpress/stylelint-config": "^21.17.0",
|
|
"prettier": "^2.8.8"
|
|
}
|
|
}
|