-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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": "uk-rail-provider",
"version": "1.0.0",
"description": "API for UK rail journeys and fares",
"main": "dist/start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/start.ts",
"prepublishOnly": "tsc -p ./ --outDir dist/",
"postinstall": "rm -f node_modules/web3/index.d.ts"
},
"repository": {
"type": "git",
"url": "github.com/planarnetwork/uk-rail-provider.git"
},
"keywords": [
"uk",
"rail",
"fares",
"journeys"
],
"author": "Linus Norton <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"@koa/cors": "^2.2.3",
"@planar/ticket-wallet": "^0.4.0",
"autobind-decorator": "^2.4.0",
"axios": "^0.18.1",
"koa": "^2.8.1",
"koa-better-http-proxy": "^0.2.4",
"koa-bodyparser": "^4.2.1",
"memoized-class-decorator": "^1.6.1",
"node-rsa": "^1.0.6",
"pino": "^5.13.3",
"pino-pretty": "^2.6.1",
"web3": "^1.2.1"
},
"devDependencies": {
"@types/koa": "^2.0.50",
"@types/koa-bodyparser": "^5.0.2",
"@types/node": "^10.14.19",
"@types/node-rsa": "^0.4.3",
"@types/pino": "^4.16.1",
"@types/web3": "^1.0.20",
"ts-node": "^7.0.1",
"typescript": "^3.6.3"
}
}