-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "sapir-distance",
"version": "1.0.0",
"description": "A distance-calculating service using Google-Maps SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && npm run serve",
"install:prod": "npm install --production",
"serve": "node dist/index.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shahar-Y/Sapir-Distance.git"
},
"author": "Shahar-Y",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shahar-Y/Sapir-Distance/issues"
},
"homepage": "https://github.com/Shahar-Y/Sapir-Distance#readme",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.13",
"@types/mongoose": "^5.11.97",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"inquirer-datepicker-prompt": "^0.4.2",
"mongoose": "^5.11.15",
"typescript": "^4.8.4"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/node": "^17.0.30"
}
}