UNPKG

@ibrucekong/kapi-cli

Version:

a tool to create specific web project of kapi

38 lines (37 loc) 803 B
{ "name": "@ibrucekong/kapi-cli", "version": "0.0.2", "private": false, "description": "a tool to create specific web project of kapi", "main": "./bin/kapi", "preferGlobal": true, "bin": { "kapi": "bin/kapi" }, "scripts": { "deploy": "npm publish --access=public", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitee.com/wefamily/kapi-cli" }, "keywords": [ "commander", "kapi", "kapi-cli", "node" ], "author": "Bruce Kong", "license": "Apache-2.0", "engines": { "node": "~16.9.1", "npm": "~6.14.10" }, "dependencies": { "colors": "^1.2.1", "commander": "^2.9.0", "cross-spawn": "^6.0.5", "ejs": "^2.5.2" } }