mirror of https://github.com/embarklabs/embark.git
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"name": "embark-inside-monorepo",
|
|
"private": true,
|
|
"version": "5.1.0",
|
|
"author": "Michael Bradley <michaelsbradleyjr@gmail.com> (https://github.com/michaelsbradleyjr/)",
|
|
"description": "If a package from the monorepo can resolve this package then the first package is inside the monorepo",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clean": "npm run reset",
|
|
"reset": "npx rimraf embark-*.tgz package"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.17.0",
|
|
"npm": ">=6.11.3",
|
|
"yarn": ">=1.19.1"
|
|
}
|
|
}
|