-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 927 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
35
{
"name": "baumfreunde-md-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-for-magdeburg/baumfreunde-md-tools.git"
},
"author": "Jens Winter",
"license": "MIT",
"bugs": {
"url": "https://github.com/code-for-magdeburg/baumfreunde-md-tools/issues"
},
"homepage": "https://github.com/code-for-magdeburg/baumfreunde-md-tools#readme",
"dependencies": {
"canvas": "^2.8.0",
"cli-progress": "^3.9.1",
"csv": "^5.5.3",
"geojson": "^0.5.0",
"pdfjs-dist": "^2.10.377",
"pdfreader": "^1.2.12",
"yargs": "^17.2.1"
},
"devDependencies": {
"@types/cli-progress": "^3.9.2",
"@types/geojson": "^7946.0.8",
"@types/node": "^14.17.28",
"@types/yargs": "^17.0.4"
}
}