Files
ionic-framework/package.json
2022-10-19 17:59:42 -04:00

24 lines
496 B
JSON

{
"private": true,
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"dev": "turbo run dev"
},
"devDependencies": {
"lerna": "^5.5.2",
"semver": "^5.5.0",
"turbo": "^1.5.6"
},
"engines": {
"node": ">= 15"
},
"workspaces": [
"packages/*",
"core",
"angular"
]
}