-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "@dataforsyningen/saul",
"version": "3.6.0",
"description": "This is a collection of stand-alone methods for photogrammetry calculations and API interactions for 'Danske Skråfotos'.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo 'Tests require Node.js >= 18.0.0' && node ./test/saul-projection.test.js && node ./test/saul-core.test.js && node ./test/saul-combined.test.js && node ./test/saul-elevation.test.js",
"docs": "jsdoc ./modules/*.js --destination docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SDFIdk/saul.git"
},
"keywords": [
"skråfoto",
"SDFI",
"saul"
],
"author": {
"name": "Styrelsen for Dataforsyning og Infrastruktur",
"email": "[email protected]",
"url": "https://sdfi.dk/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SDFIdk/saul/issues"
},
"homepage": "https://github.com/SDFIdk/saul#readme",
"devDependencies": {
"jsdoc": "^4.0.2"
},
"dependencies": {
"geotiff": "^2.0.5",
"proj4": "^2.8.0"
}
}