UNPKG

1.06 kBJSONView Raw
1{
2 "name": "xapi-inspector",
3 "version": "0.2.0",
4 "license": "ISC",
5 "author": {
6 "name": "Vates SAS",
7 "url": "https://vates.fr"
8 },
9 "bin": {
10 "xapi-inspector": "cli.mjs"
11 },
12 "engines": {
13 "node": ">=16"
14 },
15 "dependencies": {
16 "@xen-orchestra/self-signed": "^0.1.3",
17 "app-conf": "^2.3.0",
18 "chalk": "^5.2.0",
19 "event-to-promise": "^0.8.0",
20 "exec-promise": "^0.7.0",
21 "get-stream": "^6.0.1",
22 "http-server-plus": "^1.0.0",
23 "json-rpc-protocol": "^0.13.1",
24 "minimist": "^1.2.0",
25 "xmlrpc": "^1.3.2"
26 },
27 "devDependencies": {
28 "eslint": "^8.35.0",
29 "eslint-config-prettier": "^8.7.0",
30 "eslint-config-standard": "^17.0.0",
31 "eslint-plugin-import": "^2.27.5",
32 "eslint-plugin-n": "^15.6.1",
33 "eslint-plugin-promise": "^6.1.1",
34 "husky": "^8.0.0",
35 "lint-staged": "^13.2.0",
36 "prettier": "^2.8.4"
37 },
38 "scripts": {
39 "prepare": "husky install"
40 },
41 "lint-staged": {
42 "*": "prettier --ignore-unknown --write",
43 "*.{{,c,m}j,t}s{,x}": "eslint --ignore-pattern '!*'"
44 }
45}