-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "heig-api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prestart": "npm run build",
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc-watch --onCompilationComplete \"node ./dist/index.js\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.21.0",
"express-validator": "^6.12.0",
"http-status-codes": "^2.1.4",
"httpntlm": "^1.7.7",
"ical-toolkit": "^1.0.9",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"node-html-parser": "^4.1.3",
"node-jsencrypt": "^1.0.0",
"qs": "^6.10.1",
"xlsx": "^0.17.2"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.12",
"@types/morgan": "^1.9.2",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.12",
"@types/parse5": "^6.0.1",
"pending-xhr-puppeteer": "^2.3.3",
"tsc-watch": "^4.4.0",
"typescript": "^4.3.5"
}
}