-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 832 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 832 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
32
33
34
35
36
37
38
{
"name": "app",
"version": "1.0.0",
"description": "",
"private": "true",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"dev": "gulp dev"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.14",
"@types/gulp": "^4.0.9",
"cli-color": "^2.0.3",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-typescript": "^6.0.0-alpha.1",
"nodemon": "^2.0.20",
"parallelshell": "^3.0.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@types/cors": "^2.8.13",
"@types/mysql": "^2.15.21",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"del": "^7.0.0",
"express": "^4.18.1",
"mysql": "^2.18.1",
"util": "^0.12.4"
}
}