-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 983 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
36
37
38
39
40
41
42
43
{
"name": "denormalize-steuernummer",
"version": "1.0.4",
"description": "De-normalize a national format of German tax number (Steuernummer)",
"keywords": [
"canonical",
"deutschland",
"elster",
"german",
"germany",
"normalisation",
"normalization",
"normalize",
"steuernummer",
"tax",
"tax number",
"taxes"
],
"main": "dist/index.js",
"scripts": {
"lint": "tslint -p tsconfig.json",
"test": "ts-mocha src/*.spec.ts",
"build": "tsc",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint"
},
"files": [
"dist/**/*"
],
"types": "dist/index.d.ts",
"repository": "kontist/denormalize-steuernummer",
"author": "Kontist GmbH (kontist.com)",
"license": "MIT",
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^8.2.2",
"expect": "^26.6.2",
"mocha": "^8.3.2",
"ts-mocha": "^8.0.0",
"tslint": "^6.1.3",
"typescript": "^4.2.4"
}
}