{ "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": { "prepare.deploy": "node .scripts/prepare.js", "deploy": "node .scripts/publish.js", "changelog": "conventional-changelog -p angular -i core/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" } }