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

18 lines
344 B
JSON
Raw Normal View History

2020-06-26 02:51:11 +00:00
{
"name": "cfb-cli",
"version": "1.0.0",
"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",
"fs": "0.0.1-security",
"printj": "^1.2.2"
}
}