-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"name": "snabba-schemat",
"version": "1.0.0",
"description": "A website which fetches and caches the schedule from Stockholm City",
"main": "./built/app.js",
"dependencies": {
"@types/compression": "^1.7.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.11",
"@types/express-rate-limit": "^5.1.1",
"@types/lz-string": "^1.3.34",
"address": "^1.1.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.21.0",
"express-rate-limit": "^5.2.6",
"lz-string": "^1.4.4",
"node-jsencrypt": "^1.0.0",
"puppeteer": "^9.0.0"
},
"devDependencies": {
"concurrently": "^6.0.2",
"minify": "^7.0.1",
"nodemon": "^2.0.7",
"typescript": "^4.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "tsc --build --clean",
"build": "tsc --build",
"minify": "node tools/minify.js",
"start": "npm run build && npm run minify && node ."
},
"keywords": [
"Schedule"
],
"author": "Elias Lundell"
}