-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "simple-vertec-api",
"description": "Simple Vertec Api for node.js",
"version": "5.0.1",
"type": "module",
"author": "Dimitri König <[email protected]>",
"contributors": [
{
"name": "Dimitri König",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dimitri-koenig/simple-vertec-api.git"
},
"bugs": {
"url": "https://github.com/dimitri-koenig/simple-vertec-api/issues"
},
"dependencies": {
"axios": "1.7.4",
"axios-retry": "4.5.0",
"bluebird": "3.7.2",
"bunyan": "1.8.15",
"lodash": "4.17.21",
"md5": "2.3.0",
"simple-parameter-injector": "2.0.0",
"simple-xml-converter": "2.0.0",
"traverse": "0.6.9",
"xml-digester": "0.0.5"
},
"devDependencies": {
"chai": "5.1.1",
"mocha": "10.7.3",
"sinon": "18.0.0"
},
"keywords": [
"vertec",
"nodejs"
],
"main": "./lib/index.js",
"exports": "./lib/index.js",
"scripts": {
"test": "make test"
},
"license": "MIT"
}