UNPKG

get-rce

Version:

clones, builds and runs RCE examples

35 lines (34 loc) 724 B
{ "name": "get-rce", "version": "0.2.2", "bin": { "get-rce": "bin/get-rce" }, "keywords": [ "rce", "wix-rich-content-editor" ], "author": "lxgreen", "license": "ISC", "dependencies": { "chalk": "^2.4.2", "child_process": "^1.0.2", "commander": "^2.20.0", "path": "^0.12.7", "prompts": "^2.0.4" }, "engines": { "node": ">=10" }, "preferGlobal": true, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/lxgreen/get-rce.git" }, "bugs": { "url": "https://github.com/lxgreen/get-rce/issues" }, "homepage": "https://github.com/lxgreen/get-rce#readme", "description": "clones, builds and runs RCE examples" }