UNPKG

book-cliiii

Version:

Command line interface for front end project

55 lines (54 loc) 1.12 kB
{ "name": "book-cliiii", "version": "1.0.2-mini3", "description": "Command line interface for front end project", "bin": { "book": "bin/cli.js" }, "main": "lib/index.js", "engines": { "node": ">=8" }, "scripts": { "book-cli": "node bin/cli.js" }, "files": [ "lib" ], "dependencies": { "async": "^2.6.3", "chalk": "^2.4.2", "commander": "^6.2.0", "debug": "^4.2.0", "ejs": "^3.1.5", "execa": "^4.1.0", "fs-extra": "^7.0.1", "globby": "^9.2.0", "inquirer": "^7.3.3", "isbinaryfile": "^4.0.6", "leven": "^3.1.0", "meow": "^8.0.0", "ora": "^5.1.0", "resolve": "^1.19.0", "semver": "^7.3.2", "slash": "^3.0.0", "strip-ansi": "^6.0.0", "supports-color": "^7.2.0", "tabtab": "^3.0.2", "validate-npm-package-name": "^3.0.0", "yaml-front-matter": "^4.1.0" }, "devDependencies": {}, "license": "MIT", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "https://git.jd.com/ftf-tech/book-cli" }, "keywords": [ "book-cli" ], "author": "renjing36" }