mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 13:17:47 +00:00
51 lines
2.5 KiB
JSON
Executable File
51 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "strapi-plugin-content-type-builder",
|
|
"version": "3.0.0-alpha.7.3",
|
|
"description": "Strapi plugin to create content type (API).",
|
|
"strapi": {
|
|
"name": "Content Type Builder",
|
|
"icon": "paint-brush",
|
|
"description": "content-type-builder.plugin.description"
|
|
},
|
|
"scripts": {
|
|
"analyze:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf stats.json",
|
|
"preanalyze": "npm run analyze:clean",
|
|
"analyze": "node ./node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js",
|
|
"prebuild": "npm run build:clean && npm run test",
|
|
"build:dev": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
|
|
"build": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=production node node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
|
|
"build:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf admin/build",
|
|
"start": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development node ./node_modules/strapi-helper-plugin/lib/server",
|
|
"generate": "node ./node_modules/plop/plop.js --plopfile node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
|
|
"lint": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/eslint --ignore-path .gitignore --config ./node_modules/strapi-helper-plugin/lib/internals/eslint/.eslintrc.json admin",
|
|
"pretest": "npm run lint",
|
|
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
|
|
"test": "echo Tests are not implemented.",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"pluralize": "^7.0.0",
|
|
"strapi-generate": "3.0.0-alpha.7.3",
|
|
"strapi-generate-api": "3.0.0-alpha.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"strapi-helper-plugin": "3.0.0-alpha.7.3"
|
|
},
|
|
"author": {
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Strapi team",
|
|
"email": "hi@strapi.io",
|
|
"url": "http://strapi.io"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 8.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"license": "MIT"
|
|
} |