systemquery/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

{
2022-02-23 00:10:17 +00:00
"name": "systemquery",
"version": "1.0.0",
"description": "Distributed system information query tool",
"main": "src/index.mjs",
"scripts": {
"test": "echo \"No tests have been implemented yet\"",
2022-02-24 00:39:33 +00:00
"build": "node src/static/esbuild.mjs"
2022-02-23 00:10:17 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/sbrl/systemquery.git"
},
"author": "Starbeamrainbowlabs",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/sbrl/systemquery/issues"
},
"homepage": "https://github.com/sbrl/systemquery#readme",
"dependencies": {
"@ltd/j-toml": "^1.30.0",
2022-02-23 00:10:17 +00:00
"applause-cli": "^1.8.0",
"jpake": "^1.0.1",
2022-02-24 00:39:33 +00:00
"mime": "^3.0.0",
2022-02-23 00:10:17 +00:00
"p-queue": "^7.2.0",
"p-reflect": "^3.0.0",
"p-retry": "^5.0.0",
"powahroot": "^1.2.5",
2022-02-24 00:39:33 +00:00
"pretty-ms": "^7.0.1",
"systeminformation": "^5.11.6",
2022-02-23 00:10:17 +00:00
"tweetnacl": "^1.0.3"
},
"devDependencies": {
2022-02-24 00:39:33 +00:00
"@types/mime": "^2.0.3",
"esbuild": "^0.14.25",
"fork-awesome": "^1.2.0",
"@svgdotjs/svg.js": "^3.1.2",
"apexcharts": "^3.33.2",
"nightink": "^1.0.0",
"emel": "^2.5.1"
2022-02-23 00:10:17 +00:00
}
}