js-cfb/packages/cfb-cli/package.json

17 lines
316 B
JSON
Raw Normal View History

2020-06-26 02:51:11 +00:00
{
"name": "cfb-cli",
2020-07-09 06:12:05 +00:00
"version": "1.0.1",
2020-06-26 02:51:11 +00:00
"description": "Command-line interface for cfb",
"bin": {
"cfb-cli": "./bin/cfb.njs"
},
"main": "index.js",
"author": "Garrett Luu",
"license": "Apache-2.0",
"dependencies": {
"cfb": "^1.1.4",
"commander": "^5.1.0",
"printj": "^1.2.2"
}
}