-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "pokebot-webapp",
"version": "1.0.0",
"description": "webapp to control",
"main": "index.js",
"scripts": {
"buildstart": "tsc && node lib/index.js",
"build": "tsc",
"start": "node lib/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/logging": "^7.1.0",
"@google-cloud/vision": "^1.8.0",
"@types/body-parser": "^1.17.1",
"@types/express": "^4.17.2",
"@types/jsonwebtoken": "^8.3.7",
"@types/mocha": "^5.2.7",
"@types/mssql": "^4.3.1",
"@types/mysql": "^2.15.8",
"@types/password-hash": "^1.2.20",
"@types/reflect-metadata": "^0.1.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"inversify": "^5.0.1",
"inversify-express-utils": "^6.3.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mssql": "^5.1.0",
"mysql": "^2.17.1",
"node": "^10.19.0",
"password-hash": "^1.2.2",
"pug": "^2.0.4",
"typescript": "^3.6.4"
}
}