UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

51 lines (50 loc) 1.05 kB
{ "name": "wox-cli", "version": "0.15.1", "description": "scaffold for create component, toolkit and so on", "main": "lib/wox.js", "bin": { "wox": "bin/wox.js" }, "scripts": { "test": "mocha --recursive ./test/**/*.spec.js", "lint": "", "validate": "" }, "repository": { "type": "git", "url": "git+https://github.com/firebugger/wox-cli.git" }, "keywords": [ "scaffold", "react", "component" ], "author": "Frend", "license": "MIT", "bugs": { "url": "https://github.com/firebugger/wox-cli/issues" }, "homepage": "https://github.com/firebugger/wox-cli#readme", "dependencies": { "axios": "^0.16.2", "chalk": "^1.1.3", "commander": "^2.9.0", "cross-spawn": "^5.1.0", "fs-extra": "^3.0.1", "node-emoji": "^1.5.1", "prompts": "^0.1.8", "semver": "^5.4.1" }, "devDependencies": { "mocha": "^3.4.2", "precommit-hook": "^3.0.0", "should": "^11.2.1" }, "pre-commit": [ "test" ], "engines": { "node": ">=8.0.0" } }