UNPKG

pza-mercure-cli

Version:

Mercure theme cli

34 lines (33 loc) 653 B
{ "name": "pza-mercure-cli", "version": "1.0.0", "description": "Mercure theme cli", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Mercure", "wp", "theme", "cli" ], "author": "Yan-Éric Cossette", "license": "ISC", "bin": { "mercure": "./index.js" }, "dependencies": { "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1", "commander": "^2.9.0", "figlet": "^1.2.0", "inquirer": "^3.0.6", "lodash": "^4.17.4", "minimist": "^1.2.0", "preferences": "^0.2.1", "touch": "^1.0.0", "wp-cli": "0.0.5" } }