代码拉取完成,页面将自动刷新
{
"name": "nest-permissions-seed",
"version": "0.0.2",
"description": "A simple application demonstrating the basic usage of permissions with NestJS (JWT, PasswordHash, User, Group, Permission, ContentType)",
"repository": "https://github.com/EndyKaufman/nest-permissions-seed.git",
"engines": {
"node": ">=6",
"npm": ">=5.3.0"
},
"author": {
"name": "EndyKaufman",
"email": "admin@site15.ru"
},
"keywords": [
"jwt",
"passwordhash",
"user",
"group",
"permission",
"contenttype",
"bootstrap",
"nestjs",
"heroku",
"typedoc"
],
"license": "MIT",
"scripts": {
"clean": "./node_modules/.bin/del-cli dist www database/sqlitedb.db",
"start": "npm run build && npm run start:prod",
"start:prod": "node index.js",
"start:watch": "nodemon",
"build": "npm run clean && npm run docs && npm run schema:sync && npm run migrate:run && tsc --pretty",
"test": "npm run build",
"migrate:create": "ts-node ./node_modules/typeorm/cli.js migrations:create",
"migrate:generate": "ts-node ./node_modules/typeorm/cli.js migrations:generate",
"migrate:run": "ts-node ./node_modules/typeorm/cli.js migrations:run",
"entity:create": "ts-node ./node_modules/typeorm/cli.js entity:create",
"schema:sync": "ts-node ./node_modules/typeorm/cli.js schema:sync",
"schema:log": "ts-node ./node_modules/typeorm/cli.js schema:log",
"docs": "./node_modules/.bin/typedoc --ignoreCompilerErrors --excludeExternals --out www src"
},
"dependencies": {
"@nestjs/common": "^4.5.9",
"@nestjs/core": "^4.5.9",
"@nestjs/microservices": "^4.5.8",
"@nestjs/swagger": "^1.1.3",
"@nestjs/testing": "^4.5.5",
"@nestjs/typeorm": "^2.0.0",
"@nestjs/websockets": "^4.5.8",
"@types/dotenv": "^4.0.2",
"@types/jsonwebtoken": "^7.2.5",
"@types/node": "^9.3.0",
"typedoc": "^0.10.0",
"ts-node": "^4.1.0",
"del-cli": "^1.1.0",
"class-transformer": "^0.1.8",
"class-validator": "^0.8.0",
"connection-string": "^0.4.1",
"dotenv": "^5.0.0",
"jsonwebtoken": "^8.1.0",
"node-django-hashers": "^1.0.9",
"redis": "^2.8.0",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.5.6",
"sqlite3": "^3.1.13",
"swagger-test-templates": "^1.4.3",
"tweetnacl-util": "^0.15.0",
"typeorm": "^0.2.0-alpha.13",
"typescript": "^2.6.2"
},
"devDependencies": {
"nodemon": "^1.14.11"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。