-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "bgr-apis",
"version": "0.2.0",
"description": "Soil quality API covering Germany with data from BGR",
"main": "dist/bgr.cjs.js",
"module": "dist/bgr.esm.js",
"browser": "dist/bgr.min.js",
"dependencies": {
"@turf/turf": "^5.1.6",
"dom-parser": "^0.1.6",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"rollup": "^2.18.2",
"rollup-plugin-terser": "^6.1.0"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fruchtfolge/BGR-APIs.git"
},
"keywords": [
"soil",
"soil-quality",
"agriculture",
"bgr",
"soil-types"
],
"author": "Christoph Pahmeyer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fruchtfolge/BGR-APIs/issues"
},
"homepage": "https://github.com/fruchtfolge/BGR-APIs#readme"
}