wpmind/package.json
2023-06-02 17:29:56 +03:00

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"
}
}