-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "document-templates",
"version": "1.4.14",
"description": "Templates for document generation",
"license": "MIT",
"author": {
"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 && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"keywords": [
"Tfk",
"Telemark fylkeskommune",
"Templates",
"Maler"
],
"repository": {
"type": "git",
"url": "git+https://github.com/telemark/document-templates.git"
},
"bugs": {
"url": "https://github.com/telemark/document-templates/issues"
},
"homepage": "https://github.com/telemark/document-templates#readme",
"devDependencies": {
"ava": "5.1.0",
"coveralls": "3.1.1",
"nyc": "15.1.0",
"standard": "17.0.0"
}
}