mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-12-19 05:19:42 +08:00
12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"private": true,
|
|
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
|
|
"devDependencies": {
|
|
"lerna": "^5.5.2",
|
|
"semver": "^5.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
}
|
|
}
|