Files
ionic-framework/package.json
2018-03-28 16:20:20 -05:00

21 lines
617 B
JSON

{
"name": "@ionic/source",
"version": "0.0.1",
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
"private": true,
"scripts": {
"release.prepare": "node .scripts/prepare.js",
"release": "node .scripts/release.js",
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -k core -s"
},
"devDependencies": {
"chalk": "^2.3.2",
"conventional-changelog-cli": "^1.3.16",
"execa": "^0.10.0",
"fs-extra": "^5.0.0",
"inquirer": "^5.1.0",
"listr": "^0.13.0",
"semver": "^5.5.0"
}
}