-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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": "tfk-dsf-normalize-contact",
"description": "Transforms contact information from dsf to something useful",
"version": "3.1.3",
"author": {
"name": "Jonas Enge",
"email": "[email protected]",
"url": "https://github.com/maccyber"
},
"contributors": [
{
"name": "Geir Gåsodden",
"email": "[email protected]",
"url": "https://github.com/zrrrzzt"
}
],
"main": "index.js",
"engines": {
"node": ">=10.16.2"
},
"scripts": {
"test": "standard && npm audit && tap --reporter=spec test/*.js",
"test-offline": "standard tap --reporter=spec test/*.js",
"coverage": "tap test/*.js --coverage",
"coveralls": "tap --cov --coverage-report=lcov test/*.js && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"keywords": [
"tfk",
"Telemark fylkeskommune",
"Saksbehandling",
"Kontakperson",
"dsf",
"Det sentrale folkeregisteret"
],
"repository": {
"type": "git",
"url": "https://github.com/telemark/tfk-dsf-normalize-contact.git"
},
"bugs": {
"url": "https://github.com/telemark/tfk-dsf-normalize-contact/issues"
},
"homepage": "https://github.com/telemark/tfk-dsf-normalize-contact",
"license": "MIT",
"devDependencies": {
"coveralls": "3.1.1",
"tap": "16.3.0",
"standard": "17.0.0"
},
"dependencies": {
"birthdate-from-id": "2.0.2",
"capitalize": "2.0.4"
}
}