koi-scripts
Version:
30 lines (29 loc) • 646 B
JSON
{
"name": "koi-scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"koi": "./cli.js",
"koi-generate:base": "./index.js",
"koi-generate:migration": "./generate-migrations.js"
},
"repository": {
"type": "git",
"url": "git@code.98labs.com:koi/koi-cli.git"
},
"keywords": [
"koi-cli"
],
"author": "98Labs, Inc.",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"figlet": "^1.2.4",
"koi-scripts": "git+ssh://git@code.98labs.com:koi/koi-scripts.git"
}
}