UNPKG

@puppedo/cli

Version:

A CLI for scarfolding PuppeDo projects

64 lines (63 loc) 1.35 kB
{ "name": "@puppedo/cli", "version": "1.4.0", "description": "A CLI for scarfolding PuppeDo projects", "main": "index.js", "bin": { "ppd-create-project": "bin/create-project", "ppd-init": "bin/create-project", "ppd-project": "bin/create-project", "ppd-snippets": "bin/snippets", "ppd-sp": "bin/snippets", "ppd-s": "bin/snippets" }, "publishConfig": { "access": "public" }, "devDependencies": {}, "scripts": { "test": "echo \"No test specified\"", "prepublishOnly": "npm install" }, "keywords": [ "cli", "puppedo", "puppeteer", "create-project", "testing", "tests", "e2e", "end-to-end", "chrome", "electron", "yaml programming", "automation" ], "files": [ "bin/", "src/", "templates/" ], "author": "Sergey Starodubov <4analit@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/starikan/PuppeDoCLI.git" }, "bugs": { "url": "https://github.com/starikan/PuppeDoCLI/issues" }, "dependencies": { "arg": "4.1.3", "chalk": "4.1.0", "esm": "3.2.25", "execa": "4.0.3", "inquirer": "7.3.3", "js-yaml": "3.14.0", "listr": "0.14.3", "lodash": "4.17.20", "ncp": "2.0.0", "pkg-install": "1.0.0", "walk-sync": "2.2.0" } }