-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 856 Bytes
/
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
{
"name": "@wolfogaming/node-lxd",
"version": "3.1.2",
"main": "dist/index.js",
"scripts": {
"fetch-types": "node util/types.js",
"pack": "tsc",
"test": "tsc && node test/test.js"
},
"author": "wolfogaming",
"license": "ISC",
"dependencies": {
"@types/ws": "^8.2.3",
"axios": "^0.26.0",
"node-xd": "^2.1.6",
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.3.1",
"ws": "^8.5.0"
},
"types": "./dist/index.d.ts",
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Wolfo-Gaming/node-lxd.git"
},
"keywords": [
"lxd",
"lxd",
"client"
],
"bugs": {
"url": "https://github.com/Wolfo-Gaming/node-lxd/issues"
},
"homepage": "https://github.com/Wolfo-Gaming/node-lxd#readme",
"description": ""
}