nocobase/packages/plugins/users/package.json

26 lines
695 B
JSON
Raw Normal View History

2021-12-08 01:10:44 +00:00
{
"name": "@nocobase/plugin-users",
"version": "0.7.0-alpha.13",
2021-12-08 01:10:44 +00:00
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
2021-12-08 01:10:44 +00:00
"scripts": {
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --project tsconfig.build.json",
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"jsonwebtoken": "^8.5.1"
},
2021-12-08 01:10:44 +00:00
"devDependencies": {
"@nocobase/test": "0.7.0-alpha.13",
"@types/jsonwebtoken": "^8.5.8"
2021-12-08 01:10:44 +00:00
},
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
2021-12-08 01:10:44 +00:00
}