-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 990 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
{
"name": "@technologiestiftung/giessdenkiez-de-tree-data",
"version": "1.4.0",
"type": "module",
"description": "![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)",
"main": "dist/index.js",
"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 <[email protected]>",
"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": "20.12.7",
"globals": "15.0.0",
"postgres": "3.4.4",
"prettier": "3.2.5",
"semantic-release": "23.0.6",
"tsx": "4.7.2",
"typescript": "5.4.5"
},
"dependencies": {
"ora": "8.0.1"
}
}