-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.81 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.81 KB
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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "transportvic2",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "mocha './{,!(node_modules)/**}/*.test.mjs'",
"test-report": "mocha './{,!(node_modules)/**}/*.test.mjs' --reporter mochawesome --reporter-options output=test-report.html",
"app": "node --max-old-space-size=4096 index.mjs",
"dev": "nodemon --ext \"js,mjs,ts,json\" --ignore application/static/js --exec \"npx tsc && npm run app\""
},
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@transportme/database": "^1.0.53",
"@transportme/load-ptv-gtfs": "^1.4.37",
"@transportme/logger": "^1.0.1",
"@transportme/ptv-api": "^1.0.42",
"@transportme/server-template": "^1.0.10",
"@transportme/transportvic-utils": "^1.0.5",
"@transportme/vline-mail-server": "^1.0.5",
"@transportme/vline-nsp-reader": "^1.0.13",
"@turf/turf": "^5.1.6",
"adm-zip": "^0.5.14",
"async": "^3.2.3",
"cheerio": "^1.0.0-rc.3",
"clean-css": "^5.3.3",
"escape-regex-string": "^1.0.6",
"fastest-levenshtein": "^1.0.12",
"form-data": "^4.0.4",
"geojson-polyline": "^1.0.3",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"mongodb": "^3.7.3",
"node-fetch": "^2.6.7",
"node-ical": "^0.20.1",
"node-mailin": "github:eyeballcode/node-mailin",
"pbf": "^4.0.1",
"protocol-buffers-schema": "^3.6.0",
"pug": "^3.0.2",
"querystring": "^0.2.1",
"svgo": "^2.8.0",
"uglify-js": "^3.19.3",
"url": "^0.11.0",
"wrangler": "^4.47.0",
"ws": "^7.5.7"
},
"devDependencies": {
"chai": "^5.1.0",
"chai-exclude": "^3.0.1",
"memory-streams": "^0.1.3",
"mocha": "^10.3.0",
"mochawesome": "^7.1.3",
"node-mocks-http": "^1.17.2",
"nodemon": "^3.1.11",
"typescript": "^5.9.3"
}
}