{ "name": "embark-solo", "private": true, "version": "5.1.1-nightly.2", "author": "Michael Bradley (https://github.com/michaelsbradleyjr/)", "description": "Resistance is not futile?", "license": "MIT", "bin": "./bin/solo", "main": "index.js", "files": [], "scripts": { "clean": "npm run reset", "reset": "npx rimraf embark-*.tgz package" }, "devDependencies": { "embark-collective": "^5.1.1-nightly.2", "find-up": "4.1.0", "fs-extra": "8.1.0", "rimraf": "3.0.0" }, "engines": { "node": ">=10.17.0", "npm": ">=6.11.3", "yarn": ">=1.19.1" } }