mirror of https://github.com/embarklabs/embark.git
34 lines
803 B
JSON
34 lines
803 B
JSON
{
|
|
"name": "embark-solo",
|
|
"private": true,
|
|
"version": "6.0.0",
|
|
"author": "Michael Bradley <michaelsbradleyjr@gmail.com> (https://github.com/michaelsbradleyjr/)",
|
|
"description": "Resistance is not futile?",
|
|
"license": "MIT",
|
|
"bin": "./bin/solo",
|
|
"main": "./src/index.js",
|
|
"files": [],
|
|
"scripts": {
|
|
"ci": "npm run qa",
|
|
"clean": "npm run reset",
|
|
"lint": "eslint bin/solo src/",
|
|
"qa": "npm-run-all lint",
|
|
"reset": "npx rimraf embark-*.tgz package"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "../../../.eslintrc.json"
|
|
},
|
|
"devDependencies": {
|
|
"embark-collective": "^6.0.0",
|
|
"eslint": "6.8.0",
|
|
"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"
|
|
}
|
|
}
|