-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
46
47
48
{
"name": "pelayanan-pelanggan-api",
"version": "1.0.0",
"description": "Pelayanan Pelanggan API",
"main": "pelayananAPI.js",
"author": "Pelayanan Pelanggan Team Developer",
"scripts": {
"dev": "cross-env ENV=development nodemon app.ts",
"prod": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.6",
"@types/dotenv-safe": "^8.1.0",
"@types/express": "^4.17.7",
"@types/express-fileupload": "^1.1.3",
"@types/jsonwebtoken": "^8.5.0",
"@types/md5": "^2.2.0",
"@types/morgan": "^1.9.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.2",
"moment": "^2.27.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"yaml": "^1.10.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/multer": "^1.4.3",
"@types/mysql": "^2.15.15",
"@types/node": "^14.0.20",
"@types/uuid": "^8.0.0",
"@types/yamljs": "^0.2.31",
"eslint": "^7.4.0",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"typescript": "^3.9.6"
}
}