-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "car-info-finland",
"version": "1.0.0",
"description": "Discover Finnish public car registry information.",
"repository": {
"type": "git",
"url": "[email protected]:peruukki/car-info-finland.git"
},
"main": "src/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint --ext ts src",
"test": "npm run lint"
},
"keywords": [
"car",
"data",
"finland",
"information",
"public",
"public data"
],
"author": "Harri Lehtola <[email protected]>",
"license": "MIT",
"dependencies": {
"big-integer": "^1.6.44",
"commander": "^2.20.0",
"csv-parser": "^2.3.0",
"lodash": "^4.17.15",
"typescript": "^3.5.2"
},
"devDependencies": {
"@types/lodash": "^4.14.134",
"@types/node": "^12.0.8",
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.17.3"
}
}