-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 977 Bytes
/
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
{
"name": "tryn-api",
"version": "1.0.0",
"description": "API for historical transit vehicle location data",
"private": true,
"scripts": {
"start": "node src/app.js",
"debug": "DEBUG=express:* node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trynmaps/tryn-api.git"
},
"author": "Eddy",
"bugs": {
"url": "https://github.com/trynmaps/tryn-api/issues"
},
"homepage": "https://github.com/trynmaps/tryn-api#readme",
"dependencies": {
"@creditkarma/graphql-loader": "^0.6.6",
"@turf/turf": "^5.1.6",
"aws-sdk": "^2.334.0",
"axios": "^0.18.1",
"cors": "^2.8.4",
"express": "~4.15.5",
"express-graphql": "^0.9.0",
"lodash": "^4.17.13",
"zlib": "^1.0.5"
},
"peerDependencies": {
"graphql": "^14.5.8"
},
"devDependencies": {
"apollo-server-lambda": "^2.1.0",
"aws-serverless-express": "^3.3.5",
"graphql": "^14.5.8",
"nodemon": "^1.12.1"
}
}