embark/packages/utils/solo/package.json

23 lines
539 B
JSON
Raw Normal View History

{
"name": "embark-solo",
"private": true,
2019-10-28 21:05:13 +00:00
"version": "5.0.0-alpha.0",
"author": "Michael Bradley <michaelsbradleyjr@gmail.com> (https://github.com/michaelsbradleyjr/)",
"description": "Resistance is not futile?",
"license": "MIT",
"bin": "./bin/solo",
"main": "index.js",
"files": [],
"scripts": {},
"devDependencies": {
2019-10-28 21:05:13 +00:00
"embark-collective": "^5.0.0-alpha.0",
"find-up": "4.1.0",
"fs-extra": "8.1.0"
},
"engines": {
"node": ">=10.17.0 <12.0.0",
"npm": ">=6.11.3",
"yarn": ">=1.19.1"
}
}