edgbastonjs
Version:
29 lines (28 loc) • 614 B
JSON
{
"name": "edgbastonjs",
"version": "0.0.1",
"description": "TBC",
"main": "index.js",
"bin": {
"edg" : "./bin/cmd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/obax/edgbastonjs.git"
},
"keywords": [
"mystery"
],
"author": "Olivier Bacs <olivier.bacs@outlook.com>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/obax/edgbastonjs/issues"
},
"homepage": "https://github.com/obax/edgbastonjs#readme",
"dependencies": {
"yargs": "^17.0.1"
}
}