forked from JasonSanford/every-mile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
39
40
{
"name": "every_mile_lt",
"version": "0.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "tsc && cp -r src/profile dist/",
"watch": "tsc --watch",
"lint": "eslint src/**/*"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/async": "^3.2.7",
"@types/get-pixels": "^3.3.1",
"@types/mapbox__mapbox-sdk": "^0.13.2",
"@types/mapbox__polyline": "^1.0.2",
"@types/mapbox__tilebelt": "^1.0.0",
"@types/node": "^16.4.0",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@mapbox/mapbox-sdk": "^0.13.0",
"@mapbox/polyline": "^1.1.1",
"@mapbox/tilebelt": "^1.0.2",
"@turf/along": "^6.5.0",
"@turf/buffer": "^6.5.0",
"@turf/line-split": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0",
"async": "^3.2.0",
"dotenv": "^10.0.0",
"get-pixels": "^3.3.3",
"node-fetch": "^2.6.1",
"twitter-api-v2": "^1.1.1"
}
}