-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 903 Bytes
/
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
{
"name": "poc-rbm-convert",
"version": "0.0.1",
"description": "POC to convert RBM to GeoJSON and others",
"main": "index.js",
"scripts": {
"build": "tsc",
"start:convert": "node ./dist/convert.js",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephaneHerraiz/poc-rbm-convert.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stephaneHerraiz/poc-rbm-convert/issues"
},
"homepage": "https://github.com/stephaneHerraiz/poc-rbm-convert#readme",
"dependencies": {
"@sixense/ds-lib-utils": "^3.0.4",
"@types/d3": "^6.2.0",
"@types/jsdom": "^16.2.5",
"d3": "^6.2.0",
"jsdom": "^16.4.0"
},
"devDependencies": {
"@types/node": "^14.14.9",
"husky": "^4.3.5",
"standard-version": "^9.0.0"
}
}