-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "@ngxui/bot-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@autobot/command-karma-system": "^1.0.2",
"@autobot/command-test": "^1.0.0",
"@autobot/common": "^1.1.14",
"@autobot/db": "^1.1.3",
"@autobot/module-8ball": "^1.0.5",
"@autobot/module-flipper": "^1.0.6",
"@autobot/module-helpbot": "^1.0.83",
"@autobot/module-macro-system": "^1.0.3",
"@nestjs/common": "^6.2.4",
"@nestjs/core": "^6.2.4",
"@nestjs/jwt": "^6.1.0",
"@nestjs/passport": "^6.1.0",
"@nestjs/platform-express": "^6.2.4",
"@nestjs/typeorm": "^6.1.1",
"@types/node": "^12.0.2",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"rxjs": "^6.5.2",
"typeorm": "^0.2.17"
},
"devDependencies": {
"typescript": "^3.4.5"
}
}