-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 871 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
{
"name": "german-administrative-area-keys",
"version": "0.1.2",
"description": "codes and official abbreviations",
"main": "index.js",
"scripts": {
"prebuild": "npm test",
"build": "npm run build-ts && npm run lint",
"build-ts": "tsc",
"test": "mocha -r ts-node/register 'test/**/*.spec.ts'",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix"
},
"keywords": [
"germany",
"AGS",
"AGR"
],
"author": "Enrico Lüdecke",
"license": "BSD",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/eslint": "^7.2.13",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"chai": "^4.3.4",
"eslint": "^7.28.0",
"mocha": "^9.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
}
}