forked from rapideditor/imagery-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
49
50
51
{
"name": "@ideditor/imagery-index",
"version": "0.2.0",
"license": "CC-BY-SA-3.0",
"repository": "ideditor/imagery-index",
"contributors": [
"Bryan Housel <[email protected]> (https://github.com/bhousel)"
],
"description": "An index of background imagery useful for mapping",
"keywords": [
"imagery"
],
"scripts": {
"all": "run-s build dist",
"appbuild": "rollup --config app/rollup.config.js",
"build": "node scripts/build.js",
"dist": "node scripts/dist.js",
"lint": "eslint scripts/*.js",
"test": "npm run build && npm run lint",
"stat": "npm run stats --silent",
"stats": "node scripts/stats.js --silent",
"txpull": "tx pull -a",
"txpush": "tx push -s"
},
"devDependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@ideditor/location-conflation": "~1.0.2",
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/geojson-rewind": "^0.5.0",
"@rollup/plugin-buble": "^0.21.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"bytes": "^3.1.0",
"colors": "^1.4.0",
"easy-table": "^1.1.1",
"eslint": "^7.28.0",
"geojson-precision": "^1.0.0",
"glob": "^7.1.6",
"iD": "git://github.com/openstreetmap/iD.git#v2.19.6",
"js-yaml": "^4.0.0",
"jsonschema": "^1.2.5",
"npm-run-all": "^4.1.5",
"rollup": "~2.52.1",
"shelljs": "^0.8.3",
"xmlbuilder2": "^2.1.3"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
}