-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 833 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 833 Bytes
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
{
"name": "@rantalainen/netvisor-api-client",
"version": "4.4.0",
"publishConfig": {
"access": "public"
},
"description": "Third party Netvisor API client.",
"main": "dist/index.js",
"scripts": {
"dev": "tsc --watch",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rantalainen/netvisor-api-client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/rantalainen/netvisor-api-client/issues"
},
"homepage": "https://github.com/rantalainen/netvisor-api-client#readme",
"files": [
"dist/**/*"
],
"devDependencies": {
"@types/node": "^20.19.17",
"@types/xml2js": "^0.4.14",
"typescript": "^4.9.5"
},
"dependencies": {
"agentkeepalive": "^4.6.0",
"got": "^11.8.6",
"xml2js": "^0.6.2"
}
}