-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 804 Bytes
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
{
"name": "typescript_orm",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@types/node": "^12.0.7",
"ts-node": "^8.2.0",
"typescript": "^3.5.1"
},
"dependencies": {
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.1",
"express": "^4.17.1",
"express-session": "^1.16.1",
"formidable": "^1.2.1",
"hashmap": "^2.3.0",
"mysql": "^2.17.1",
"nedb-session-store": "^1.1.2",
"node-schedule": "^1.3.2",
"node-sha1": "^1.0.1",
"reflect-metadata": "^0.1.10",
"socket.io": "^2.2.0",
"typeorm": "^0.2.18",
"underscore": "^1.9.1"
},
"scripts": {
"start": "ts-node ..ts"
}
}