-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "poly-api",
"version": "1.0.0",
"description": "Polydate API",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"restart": "rs",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Charley",
"license": "ISC",
"dependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.14",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.11",
"@types/nodemon": "^1.19.2",
"@types/request-promise": "^4.1.48",
"@types/socket.io": "^3.0.2",
"bcrypt": "^5.1.0",
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.20",
"reflect-metadata": "^0.1.13",
"request-promise": "^4.2.6",
"socket.io": "^4.5.4",
"ts-node": "^10.9.1",
"type": "^2.7.2",
"typeorm": "^0.3.11",
"typescript": "^4.9.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/morgan": "^1.9.3",
"morgan": "^1.10.0"
}
}