-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
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": "@technologiestiftung/giessdenkiez-de-tree-data",
"version": "1.5.0",
"type": "module",
"description": "",
"main": "dist/index.js",
"bin": {
"giessdenkiez": "./src/cli.ts"
},
"scripts": {
"dev": "node --no-warnings --import tsx --watch src/cli.ts",
"test": "echo \"Error: no test specified\" && exit 0",
"test:generate:geojson": "node --no-warnings --import tsx tests/generate-test-geojson.ts"
},
"keywords": [],
"author": "ff6347 <hash@ff6347.email>",
"license": "MIT",
"devDependencies": {
"@technologiestiftung/eslint-config": "0.1.4",
"@technologiestiftung/prettier-config": "1.0.0",
"@technologiestiftung/semantic-release-config": "1.2.4",
"@types/geojson": "7946.0.14",
"@types/node": "22.13.10",
"globals": "15.0.0",
"prettier": "3.2.5",
"semantic-release": "23.0.6",
"tsx": "4.7.2",
"typescript": "5.8.2"
},
"dependencies": {
"ora": "8.0.1",
"postgres": "3.4.4"
}
}