@ssb-graphql/stats
Version:
Statistics GraphQL types and resolvers for the machine
48 lines (47 loc) • 1.35 kB
JSON
{
"name": "@ssb-graphql/stats",
"version": "1.0.3",
"description": "Statistics GraphQL types and resolvers for the machine",
"main": "index.js",
"scripts": {
"test": "npm run test:js && npm run test:only && npm run lint",
"test:js": "npm run test:raw | tap-arc",
"test:raw": "cross-env NODE_ENV=test tape -r esm 'test/**/*.test.js'",
"test:only": "if grep -r --exclude-dir=node_modules --exclude-dir=.git --color 'test\\.only' .; then exit 1; fi",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/ahau/ssb-graphql-stats.git"
},
"keywords": [
"ahau",
"graphql"
],
"author": "luandro",
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/ahau/ssb-graphql-stats/issues"
},
"homepage": "https://gitlab.com/ahau/ssb-graphql-stats#readme",
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"graphql-tag": "^2.12.6",
"public-ip": "^4.0.2",
"stoppable": "^1.1.0",
"systeminformation": "^5.17.9"
},
"devDependencies": {
"ahau-graphql-client": "^1.0.3",
"ahau-graphql-server": "^1.1.2",
"cross-env": "^7.0.3",
"esm": "^3.2.25",
"node-fetch": "^2.6.9",
"scuttle-testbot": "^1.11.0",
"standard": "^17.0.0",
"tap-arc": "^0.3.5",
"tape": "^5.6.3"
}
}