-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.44 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
49
50
51
52
53
{
"name": "r-ov_protobuf_service",
"version": "1.1.0",
"description": "The Protobuf converter for the R-OV OTP instance.",
"main": "main.ts",
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 0",
"start": "node ./dist/main.js",
"dev": "nodemon --watch",
"build": "babel src --out-dir dist",
"build:ts": "tsc -p .",
"debug": "nodemon --inspect",
"patch": "npm version patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/R-OV-NL/Protobuf.git"
},
"author": "Tristan van Triest",
"license": "None",
"bugs": {
"url": "https://github.com/R-OV-NL/Protobuf/issues"
},
"homepage": "https://github.com/R-OV-NL/Protobuf#readme",
"dependencies": {
"@protobuf-ts/plugin": "^2.9.1",
"@turf/turf": "^6.5.0",
"axios": "^1.5.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"google-protobuf": "^3.21.2",
"gtfs-rb": "^1.2.8",
"gtfs-realtime-bindings": "^1.1.1",
"knex": "^2.4.0",
"moment-timezone": "^0.5.40",
"ncp": "^2.0.0",
"node-fetch": "^3.3.0",
"pg": "^8.8.0",
"request": "^2.88.2",
"ts-proto": "^1.160.0",
"ts-protoc-gen": "^0.15.1-pre.a71b34e"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^18.11.18",
"protobufjs": "^7.2.5",
"typescript": "^4.5.4"
},
"keywords": []
}