nocobase/packages/plugin-users/package.json
ChengLei Shao 7e4b60c410
Feat/plugin users with jwt (#258)
* feat: plugin users with jwt

* update github actions env

* feat: get jwt config from options

* feat: jwtService

* fix: type

* fix: build error

* fix: yarn repository

* fix: yarn build

* fix: yarn build
2022-04-09 14:54:46 +08:00

20 lines
568 B
JSON

{
"name": "@nocobase/plugin-users",
"version": "0.6.0-alpha.0",
"main": "lib/index.js",
"license": "MIT",
"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"
},
"devDependencies": {
"@nocobase/test": "^0.6.0-alpha.0",
"@types/jsonwebtoken": "^8.5.8"
},
"gitHead": "e7df1f93c4e23b9a666d99ee7372c02bdaec97c4"
}