-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 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
{
"name": "fint-client",
"version": "1.0.1",
"description": "",
"main": "index.js",
"files": [
"index.js"
],
"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"
},
"keywords": [],
"author": {
"name": "Jonas Maccyber Enge",
"email": "[email protected]",
"url": "https://github.com/maccyber"
},
"contributors": [
{
"name": "Geir Gåsodden",
"email": "[email protected]",
"url": "https://github.com/zrrrzzt"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/telemark/fint-client.git"
},
"bugs": {
"url": "https://github.com/telemark/fint-client/issues"
},
"homepage": "https://github.com/telemark/fint-client#readme",
"dependencies": {
"fint-get-data": "1.0.3",
"fint-get-token": "1.0.5"
},
"devDependencies": {
"ava": "5.1.0",
"coveralls": "3.1.1",
"nyc": "15.1.0",
"standard": "17.0.0"
},
"engines": {
"node": ">=10.14.2"
}
}