systemquery/package.json

26 lines
637 B
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\""
},
"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": {
"applause-cli": "^1.7.0",
"log": "^6.2.0",
"make-cert": "^1.2.1",
"tweetnacl": "^1.0.3"
}
}