forked from datagouv/cadastre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.35 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@etalab/cadastre",
"version": "0.14.0",
"publishConfig": {
"access": "public"
},
"author": "Jérôme Desboeufs <jerome.desboeufs@data.gouv.fr>",
"homepage": "https://github.com/etalab/cadastre",
"repository": {
"type": "git",
"url": "https://github.com/etalab/cadastre.git"
},
"bugs": {
"url": "https://github.com/etalab/cadastre/issues"
},
"license": "MIT",
"bin": {
"cadastre-builder": "./bin/cli.js"
},
"scripts": {
"lint": "xo",
"test": "ava"
},
"dependencies": {
"@etalab/cog": "^0.1.0",
"@etalab/edigeo-parser": "^0.8.0",
"@turf/turf": "^5.1.6",
"JSONStream": "^1.3.1",
"ascii-progress": "^1.0.5",
"bluebird": "^3.4.7",
"commander": "^2.11.0",
"debug": "^3.1.0",
"decompress": "^4.0.0",
"edigeo-reproject": "^0.2.0",
"fs-extra": "^6.0.1",
"gdal": "^0.9.6",
"geojson2shp": "^0.3.2",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"mapshaper": "^0.4.87",
"mississippi": "^1.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"rimraf": "^2.6.1",
"worker-farm": "^1.5.0",
"yazl": "^2.4.3"
},
"devDependencies": {
"ava": "^0.25.0",
"xo": "^0.18.2"
},
"xo": {
"space": 2,
"semicolon": false,
"rules": {
"curly": "off",
"no-await-in-loop": "off"
}
},
"engines": {
"node": ">= 8"
}
}