-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "zid-harmonie",
"version": "2.2.1",
"main": "dist/harmonie.cjs.js",
"module": "dist/harmonie.esm.js",
"browser": "dist/harmonie.min.js",
"description": "Farm subsidy application files of all German federal states",
"directories": {
"test": "test"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.js",
"pretest": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fruchtfolge/harmonie.git"
},
"keywords": [
"IACS",
"ZID",
"agriculture",
"agroJSON",
"agroXML"
],
"author": "Christoph Pahmeyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/fruchtfolge/harmonie/issues"
},
"homepage": "https://github.com/fruchtfolge/harmonie#readme",
"dependencies": {
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/truncate": "^6.5.0",
"fast-xml-parser": "^4.0.9",
"polygon-clipping": "^0.15.3",
"proj4": "^2.8.0",
"shapefile": "^0.6.6",
"terraformer-wkt-parser": "^1.2.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"rollup": "^2.77.2",
"rollup-plugin-terser": "^7.0.2"
}
}