-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.1 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
41
42
43
44
45
46
47
48
{
"name": "maptyper",
"version": "1.0.0",
"description": "",
"source": "src/index.html",
"default": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel",
"build": "parcel build --no-scope-hoist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuletide/maptyper.git"
},
"keywords": [
"maps",
"maplibre",
"svg",
"mapbox"
],
"author": "@yuletide",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuletide/maptyper/issues"
},
"homepage": "https://github.com/yuletide/maptyper#readme",
"devDependencies": {
"buffer": "^5.7.1",
"events": "^3.3.0",
"parcel": "^2.8.2",
"parcel-reporter-static-files-copy": "^1.5.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12"
},
"dependencies": {
"@turf/buffer": "^6.5.0",
"mapbox-gl": "^2.12.0",
"svg-to-geojson": "^1.0.0",
"text-to-svg": "^3.1.5"
},
"prettier": {
"singleQuote": true
}
}