-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "@lexplano/etar-client",
"version": "0.7.2",
"description": "Client for https://www.e-tar.lt/ subscriptions",
"main": "index.js",
"files": [
"bin/",
"lib/",
"index.js"
],
"bin": {
"etar-client": "./bin/etar-client.js"
},
"scripts": {
"test": "lab -t 96 --lint --verbose",
"test-watch": "nodemon -w lib -w test -- ./node_modules/.bin/lab -t 100 -L -r console -o stdout -r html -o coverage.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lexplano/etar-client.git"
},
"author": "MB H6.LT <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lexplano/etar-client/issues"
},
"homepage": "https://github.com/lexplano/etar-client#readme",
"engines": {
"node": ">=8"
},
"dependencies": {
"asic-verify": "0.2.x",
"async": "2.x.x",
"concat-stream": "1.x.x",
"mkdirp": "0.5.x",
"request": "2.x.x",
"request-progress": "3.x.x",
"xml2js": "0.4.x",
"yargs": "9.x.x",
"yauzl": "2.x.x"
},
"devDependencies": {
"hapi": "16.x.x",
"hapi-auth-basic": "4.x.x",
"lab": "14.x.x",
"tmp": "0.0.33"
}
}