2019-03-15 23:32:36 +01:00

74 lines
2.6 KiB
JSON
Executable File

{
"name": "strapi-plugin-documentation",
"version": "3.0.0-alpha.25.2",
"description": "This is the description of the plugin.",
"strapi": {
"name": "Documentation",
"icon": "book",
"description": "Create an OpenAPI Document and visualize your API with SWAGGER UI."
},
"scripts": {
"analyze:clean": "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",
"build:dev": "cross-env NODE_ENV=development ./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": "cross-env NODE_ENV=production 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": "rimraf admin/build",
"start": "cross-env NODE_ENV=development ./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-lint/node_modules/.bin/eslint --ignore-path .gitignore --ignore-pattern '/admin/build/' --config ./node_modules/strapi-lint/lib/internals/eslint/.eslintrc.json admin",
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
"test": "echo \"no tests yet\"",
"prepublishOnly": "IS_MONOREPO=true npm run build"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"moment": "^2.22.2",
"path-to-regexp": "^2.4.0",
"swagger-ui-dist": "^3.18.3-republish2"
},
"devDependencies": {
"cross-env": "^5.2.0",
"rimraf": "^2.6.3",
"strapi-helper-plugin": "3.0.0-alpha.25.2"
},
"author": {
"name": "soupette",
"email": "hi@strapi.io",
"url": "strapi.io"
},
"maintainers": [
{
"name": "Strapi",
"email": "hi@strapi.io",
"url": "strapi.io"
},
{
"name": "soupette",
"email": "cyril@strapi.io"
},
{
"name": "lauriejim",
"email": "jim@strapi.io"
}
],
"contributors": [
{
"name": "soupette"
},
{
"name": "Aurelsicoko",
"email": "aurelien@strapi.io"
},
{
"name": "lauriejim",
"email": "jim@strapi.io"
}
],
"engines": {
"node": ">= 9.0.0",
"npm": ">= 5.3.0"
},
"license": "MIT"
}