-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "nest-knife4j",
"version": "1.0.1",
"description": "nestjs knife4j swagger openapi api doc",
"main": "dist/index.js",
"repository": "github:DoveAz/nest-knife4j",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"dev": "tsc -w",
"publish": "npm run build && npm publish",
"push": "git add . && git commit -m auto-commit && git push"
},
"files": [
"/public",
"/dist"
],
"keywords": [],
"author": "DoveAz",
"devDependencies": {
"@nestjs/common": "^7.6.5",
"@nestjs/core": "^7.6.5",
"@nestjs/serve-static": "^2.1.4",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint": "^7.12.1",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-prettier": "^3.1.4",
"express": "^4.17.1",
"prettier": "^2.1.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"typescript": "^4.1.3"
},
"peerDependencies": {
"@types/express": "^4.17.11",
"express": "^4.17.1"
},
"dependencies": {
"user": "^0.0.0"
}
}