pact-coffee-cli
Version:
A CLI for interacting with Pact coffee's API
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "pact-coffee-cli",
"version": "1.2.3",
"description": "A CLI for interacting with Pact coffee's API",
"main": "src/index.js",
"bin": {
"pact": "./src/cli.js"
},
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"crypto": "^1.0.1",
"dotenv": "^8.0.0",
"envfile": "^4.5.0",
"fs": "0.0.1-security",
"got": "^9.6.0",
"inquirer": "^7.0.4",
"macaddress": "^0.5.1",
"moment": "^2.27.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1"
},
"scripts": {
"start": "node src/index.js",
"cli": "node src/cli.js",
"test": "mocha",
"prepare": "yarn test",
"prepush": "yarn test"
},
"author": "Miles Crighton",
"license": "ISC",
"homepage": "https://github.com/miles-crighton/pact-coffee-cli",
"repository": {
"type": "git",
"url": "https://github.com/miles-crighton/pact-coffee-cli"
},
"keywords": [
"Pact",
"Coffee",
"CLI",
"Node"
]
}