-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
{
"name": "k-atlas",
"description": "",
"version": "1.0.1",
"homepage": "https://github.com/kalisio/k-atlas",
"type": "module",
"keywords": [
"krawler",
"kargo",
"admin-express",
"bdpr",
"osm"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kalisio/k-atlas.git"
},
"author": {
"name": "Kalisio",
"url": "https://github.com/kalisio"
},
"contributors": [],
"bugs": {
"url": "https://github.com/kalisio/k-atlas/issues"
},
"scripts": {
"test": "echo \"Warning: no test specified\"",
"release:major": "npm version --force major",
"release:minor": "npm version --force minor",
"release:patch": "npm version --force patch",
"postversion": "git push origin HEAD --tags"
},
"dependencies": {
"@turf/area": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/center-of-mass": "^6.5.0",
"@turf/flatten": "^6.5.0",
"@turf/simplify": "^6.5.0",
"glob": "^10.3.10",
"lodash": "^4.17.15"
},
"devDependencies": {},
"peerDependencies": {
"@kalisio/krawler": "2.6.0"
}
}