systemquery/package.json
Starbeamrainbowlabs 66392b7af9
Start working on our own stacked bar chart system
....but we've only just got the scaffolding in place.

Apexcharts is cool, but I'm doubtful that it's gonna cooperate with us, 
and it keeps throwing random error messages that aren't explained very 
well - and indeed the docs aren't particularly helpful here either.
2022-04-04 03:12:47 +01:00

48 lines
1.2 KiB
JSON

{
"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\"",
"build": "node src/static/esbuild.mjs",
"watch": "ESBUILD_WATCH=yes node src/static/esbuild.mjs"
},
"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",
"applause-cli": "^1.8.0",
"jpake": "^1.0.1",
"mime": "^3.0.0",
"p-queue": "^7.2.0",
"p-reflect": "^3.0.0",
"p-retry": "^5.1.0",
"powahroot": "^1.2.5",
"pretty-ms": "^7.0.1",
"systeminformation": "^5.11.9",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@svgdotjs/svg.js": "^3.1.2",
"@types/mime": "^2.0.3",
"emel": "^2.5.1",
"esbuild": "^0.14.30",
"fork-awesome": "^1.2.0",
"nightink": "^1.0.1",
"svg.js": "^2.7.1"
},
"___comment": "The browser field is used by esbuild. fs isn't a thing in the browser, ",
"browser": {
"fs": "./src/static/js/misc/null.mjs"
}
}