-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 909 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": "store-find",
"version": "1.0.0",
"description": "Finding nearest store by user location",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Postamentovich/store-find.git"
},
"keywords": [
"node.js"
],
"author": "Viacheslav Zinovev",
"license": "ISC",
"bugs": {
"url": "https://github.com/Postamentovich/store-find/issues"
},
"homepage": "https://github.com/Postamentovich/store-find#readme",
"dependencies": {
"@turf/turf": "^5.1.6",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"google-spreadsheet": "^3.0.13",
"googleapis": "^39.2.0",
"tabletop": "^1.6.3"
},
"devDependencies": {
"eslint": "^7.12.1",
"nodemon": "^2.0.6"
},
"engines": {
"node": "12.16.3"
}
}