UNPKG

@linahome/cli

Version:
48 lines (47 loc) 1.01 kB
{ "name": "@linahome/cli", "version": "1.0.9", "description": "lina components manage", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "lina" ], "repository": { "type": "git", "url": "git+https://github.com/guanlinwu/lina.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/guanlinwu/lina.git/issues" }, "homepage": "https://github.com/guanlinwu/lina.git#readme", "preferGlobal": true, "bin": { "lina": "bin/lina.js" }, "dependencies": { "boxen": "^4.1.0", "chalk": "^3.0.0", "configstore": "^5.0.0", "figlet": "^1.2.4", "flyio": "^0.6.14", "fs-extra": "^8.1.0", "inquirer": "^7.0.0", "mem-fs": "^1.1.3", "mem-fs-editor": "^6.0.0", "ora": "^4.0.3", "semver": "^6.3.0", "shelljs": "^0.8.3", "update-check": "^1.5.3", "yargs": "^14.2.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=8" } }