mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 19:52:15 +00:00
59 lines
2.5 KiB
JSON
59 lines
2.5 KiB
JSON
{
|
|
"name": "strapi-plugin-users-permissions",
|
|
"version": "3.0.0-alpha.14.3",
|
|
"description": "Protect your API with a full-authentication process based on JWT",
|
|
"strapi": {
|
|
"name": "Roles & Permissions",
|
|
"icon": "users",
|
|
"description": "users-permissions.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",
|
|
"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",
|
|
"prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
|
|
"test": "echo \"Error: no test specified\"",
|
|
"prepublishOnly": "IS_MONOREPO=true npm run build"
|
|
},
|
|
"dependencies": {
|
|
"bcryptjs": "^2.4.3",
|
|
"grant-koa": "^3.8.1",
|
|
"jsonwebtoken": "^8.1.0",
|
|
"koa": "^2.1.0",
|
|
"koa2-ratelimit": "^0.6.1",
|
|
"purest": "^2.0.1",
|
|
"request": "^2.83.0",
|
|
"uuid": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"strapi-helper-plugin": "3.0.0-alpha.14.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"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/strapi/strapi.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 9.0.0",
|
|
"npm": ">= 5.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|