-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.07 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
52
53
54
55
56
{
"name": "finanzamt",
"version": "0.8.16",
"description": "Get information about a German tax office (Finanzamt)",
"keywords": [
"bzst",
"deutsch",
"deutschland",
"finanzamt",
"gemfa",
"german",
"germany",
"steuer",
"steuern",
"tax office",
"tax",
"taxes"
],
"license": "MIT",
"repository": "kontist/finanzamt",
"author": "Kontist GmbH (kontist.com)",
"files": [
"data/finanzaemter.json",
"index.d.ts",
"index.js"
],
"scripts": {
"data:convert": "node scripts/data-convert.js",
"data:download": "node scripts/data-download.js",
"test": "xo && mocha && tsd"
},
"devDependencies": {
"cheerio": "^1.0.0",
"del": "^6.0.0",
"download": "^8.0.0",
"globby": "^11.0.1",
"got": "^11.3.0",
"lodash": "^4.17.20",
"mocha": "^10.2.0",
"tsd": "^0.18.0",
"write-json-file": "^4.3.0",
"xml2js": "^0.6.2",
"xo": "^0.39.1"
},
"engines": {
"node": ">=18"
},
"xo": {
"envs": [
"mocha",
"node"
],
"space": true,
"prettier": true
}
}