-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "Galway-Bus-OpenAPI",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "ts-node ./server.ts",
"start": "nodemon ./dist/server.js",
"prod": "npm run build && npm run start",
"add-contributor": "all-contributors add",
"generate-contributors": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ryan-Gordon/Galway-Bus-OpenAPI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@turf/turf": "^5.1.6",
"@types/express": "^4.16.0",
"@types/request-promise-native": "^1.0.15",
"all-contributors-cli": "^4.10.1",
"exegesis-express": "^1.0.0",
"express": "^4.16.3",
"moment-timezone": "^0.5.17",
"p-iteration": "^1.1.7",
"request": "^2.87.0",
"request-promise-native": "^1.0.5",
"swagger-tools": "^0.10.3",
"all-contributors-cli": "^4.10.1",
"nodemon": "^1.11.0",
"ts-node": "^3.0.4",
"typescript": "^2.3.2"
},
"bugs": {
"url": "https://github.com/Ryan-Gordon/Galway-Bus-OpenAPI/issues"
},
"homepage": "https://github.com/Ryan-Gordon/Galway-Bus-OpenAPI#readme"
}