-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 932 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
{
"dependencies": {
"@sentry/node": "6.8.0",
"apollo-server": "^2.17.0",
"apollo-server-express": "^2.17.0",
"bunyan": "^1.8.14",
"cors": "^2.8.5",
"express": "^4.17.1",
"graphql": "^15.3.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"yargs": "^17.0.1"
},
"scripts": {
"start": "node src/index.js",
"serve": "nodemon -- --dashboard -v -s Velocity#https://nitro.openvelo.org/aachen/velocity/v2/gbfs.json -s Tier#https://nitro.openvelo.org/aachen/tier/v2/gbfs.json -s EselAc#https://di.esel.ac/gbfs/gbfs.json | bunyan",
"format": "eslint . --fix",
"lint": "eslint . --max-warnings 0"
},
"name": "gbfsql",
"version": "1.0.0",
"main": "src/index.js",
"license": "MIT",
"private": true,
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"nodemon": "^2.0.4"
}
}