2019-09-16 20:39:22 +00:00
|
|
|
{
|
|
|
|
"name": "embark-inside-monorepo",
|
|
|
|
"private": true,
|
2019-10-28 21:05:13 +00:00
|
|
|
"version": "5.0.0-alpha.0",
|
2019-09-16 20:39:22 +00:00
|
|
|
"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",
|
2019-09-27 17:58:08 +00:00
|
|
|
"scripts": {},
|
|
|
|
"engines": {
|
2019-10-24 13:52:05 +00:00
|
|
|
"node": ">=10.17.0 <12.0.0",
|
|
|
|
"npm": ">=6.11.3",
|
|
|
|
"yarn": ">=1.19.1"
|
2019-09-27 17:58:08 +00:00
|
|
|
}
|
2019-09-16 20:39:22 +00:00
|
|
|
}
|