2020-10-06 21:12:21 +00:00
|
|
|
{
|
|
|
|
"name": "themes",
|
|
|
|
"version": "1.0.0",
|
2020-10-06 21:20:07 +00:00
|
|
|
"description": "Automattic public themes",
|
2020-10-06 21:12:21 +00:00
|
|
|
"author": "automattic",
|
|
|
|
"license": "GPL-2.0",
|
2020-11-20 15:48:24 +00:00
|
|
|
"scripts": {
|
|
|
|
"sandbox:clean": "./sandbox.sh clean",
|
|
|
|
"sandbox:push": "./sandbox.sh push",
|
|
|
|
"sandbox:push:ignore": "./sandbox.sh push --ignore",
|
|
|
|
"sandbox:push:force": "./sandbox.sh push --force",
|
|
|
|
"sandbox:watch": "chokidar '**/*' -i '*/node_modules' -i '.git' -c './sandbox.sh push --ignore' --initial"
|
|
|
|
},
|
2020-10-06 21:12:21 +00:00
|
|
|
"devDependencies": {
|
2020-11-20 15:48:24 +00:00
|
|
|
"chokidar-cli": "^2.1.0",
|
2020-10-08 08:36:43 +00:00
|
|
|
"husky": "^4.3.0",
|
|
|
|
"lodash": "^4.17.20"
|
2020-10-06 21:12:21 +00:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "node pre-commit-hook.js"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|