-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.26 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
{
"name": "validate-steuerid",
"version": "1.0.5",
"description": "Package to validate German tax ID / steuer ID",
"keywords": [
"deutschland",
"german",
"germany",
"steuerid",
"steuer",
"tax",
"tax id",
"taxes"
],
"license": "MIT",
"repository": "kontist/validate-steuerid",
"author": "Kontist GmbH (kontist.com)",
"main": "./dist/main.js",
"scripts": {
"build": "webpack",
"test": "mocha ./test/**/*.js",
"generateUniqueSteuerIds": "node scripts/generateUniqueSteuerIds.js"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"mocha": "^9.0.3",
"standard": "^16.0.3",
"ts-loader": "^9.2.7",
"tsconfig-paths": "^3.13.0",
"tsd": "^0.17.0",
"typescript": "^4.6.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"engines": {
"node": ">=12"
},
"standard": {
"env": [
"mocha"
],
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint/eslint-plugin"
]
},
"dependencies": {},
"typings": "dist/index.d.ts"
}