UNPKG

@wpk-cli/cli

Version:

an unofficial CLI for webpack

95 lines (94 loc) 2.33 kB
{ "name": "@wpk-cli/cli", "version": "0.0.15", "description": "an unofficial CLI for webpack", "bin": { "wpk": "dist/index.js", "wpk-cli": "dist/index.js" }, "main": "dist/index.js", "jsnext:main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/wpk-cli/wpk.git" }, "keywords": [ "wpk", "webpack", "cli", "command", "terminal", "line", "interface", "web", "pack", "bundle", "build", "utility", "util", "tool", "initialise", "init", "config", "bundle", "bundler", "spongebob" ], "author": "Sam Gluck <sdgluck@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/wpk-cli/wpk/issues" }, "homepage": "https://github.com/wpk-cli/wpk#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "0x": "^4.7.2", "@babel/polyfill": "^7.0.0", "@babel/runtime": "^7.0.0", "@wpk-cli/command-add": "^0.0.15", "@wpk-cli/command-alias": "^0.0.15", "@wpk-cli/command-analyse": "^0.0.15", "@wpk-cli/command-build": "^0.0.15", "@wpk-cli/command-get": "^0.0.15", "@wpk-cli/command-info": "^0.0.15", "@wpk-cli/command-init": "^0.0.15", "@wpk-cli/command-opts": "^0.0.15", "@wpk-cli/command-serve": "^0.0.15", "@wpk-cli/command-set": "^0.0.15", "@wpk-cli/command-validate": "^0.0.15", "@wpk-cli/logger": "^0.0.15", "@wpk-cli/prompt": "^0.0.15", "@wpk-cli/user": "^0.0.15", "@wpk-cli/utilities": "^0.0.15", "ansi-escapes": "^3.1.0", "bluebird": "^3.5.1", "chalk": "^2.4.1", "cli-clear": "^1.0.4", "commander": "^2.11.0", "execa": "^1.0.0", "exit-hook": "^2.0.0", "fast-levenshtein": "^2.0.6", "get-cursor-position": "^1.0.5", "inquirer": "^6.2.1", "keypress": "^0.2.1", "lodash": "^4.17.4", "log-update": "^2.3.0", "read-pkg-up": "^4.0.0", "require-global-node-module": "^1.1.0", "require-local-node-module": "^1.0.0", "semver": "^5.6.0", "v8-compile-cache": "^2.0.0" }, "peerDependencies": { "webpack": ">=4.0.0" }, "publishConfig": { "access": "public" }, "devDependencies": { "spongemock": "^0.0.8" }, "gitHead": "88ed8c89d49230e7beeadd119b656da142dadec8" }