-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.54 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
{
"name": "@geolonia/local-spatial-id-js-sdk",
"version": "0.0.0",
"description": "The reference implementation of the Local Spatial ID Object Model Specification for JavaScript or TypeScript consumers.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"private": true,
"files": [
"README.md",
"LICENSE",
"package.json",
"dist/**/*",
"dist/*"
],
"scripts": {
"build": "shx rm -rf dist && rollup -c",
"test": "glob -c \"node --test --import tsx\" \"./src/**/*.test.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/geolonia/local-spatial-id-js-sdk.git"
},
"keywords": [],
"author": "Geolonia (https://geolonia.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/geolonia/local-spatial-id-js-sdk/issues"
},
"homepage": "https://github.com/geolonia/local-spatial-id-js-sdk#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@spatial-id/javascript-sdk": "github:spatial-id/javascript-sdk",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-contains": "^6.5.0",
"@turf/boolean-intersects": "^6.5.0",
"@types/geojson": "^7946.0.8",
"@types/node": "^20.11.19",
"geographiclib-geodesic": "^2.0.0",
"gl-matrix": "^3.4.3",
"glob": "^10.3.10",
"rollup": "^4.12.0",
"rollup-plugin-typescript2": "^0.36.0",
"shx": "^0.3.4",
"tsx": "^4.7.1",
"typescript": "^5.3.3"
}
}