-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 988 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
{
"name": "itinerarium",
"version": "0.0.6",
"description": "",
"main": "dist/main.js",
"types": "types/main.d.ts",
"dependencies": {
"@turf/bbox": "^6.3.0",
"@turf/bbox-polygon": "^6.3.0",
"@turf/bearing": "^6.3.0",
"@turf/circle": "^6.3.0",
"@turf/distance": "^6.3.0",
"@turf/transform-rotate": "^6.3.0",
"@types/mapbox-gl": "^1.13.0",
"mapbox-gl": "^1.13.0",
"node-interval-tree": "^1.3.3",
"threebox": "github:marcoqu/ThreeBox",
"ts-events": "^3.4.0"
},
"devDependencies": {
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typescript": "^4.4.4"
},
"scripts": {
"build": "rd /s /q dist&rd /s /q types&tsc",
"lint": "eslint . --ext .ts ./src/js"
},
"author": "",
"license": "ISC"
}