-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "sirloin",
"version": "1.0.0",
"description": "server",
"main": "app.ts",
"typings": "app",
"scripts": {
"start": "npm run build && node dist",
"dev": "nodemon src/app.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Science-assignment-reps-for-student/Sirloin.git"
},
"author": "minki",
"license": "ISC",
"bugs": {
"url": "https://github.com/Science-assignment-reps-for-student/Sirloin/issues"
},
"homepage": "https://github.com/Science-assignment-reps-for-student/Sirloin#readme",
"dependencies": {
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"@types/morgan": "^1.9.0",
"@types/mysql": "^2.15.13",
"@types/node": "^14.0.4",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.4",
"ts-node": "^8.10.1",
"typeorm": "^0.2.25",
"typescript": "^3.9.3"
}
}