@changesets/cli
Version:
Organise your package versioning and publishing to make both contributors and maintainers happy
66 lines (65 loc) • 1.7 kB
JSON
{
"name": "@changesets/cli",
"version": "2.0.1",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
},
"repository": "https://github.com/changesets/changesets/tree/master/packages/cli",
"files": [
"default-files",
"dist",
"bin.js",
"changelog"
],
"main": "dist/cli.cjs.js",
"module": "dist/cli.esm.js",
"author": "Atlassian Pty Ltd",
"preconstruct": {
"entrypoints": [
".",
"changelog"
]
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.4.4",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4",
"@changesets/git": "^0.2.0",
"@changesets/types": "^0.2.0",
"@changesets/config": "^0.2.0",
"@changesets/get-release-plan": "^0.1.0",
"@changesets/apply-release-plan": "^0.2.0",
"@changesets/assemble-release-plan": "^0.2.0",
"@changesets/read": "^0.2.0",
"get-dependents-graph": "^0.1.0",
"boxen": "^1.3.0",
"chalk": "^2.1.0",
"cli-table": "^0.3.1",
"detect-indent": "^6.0.0",
"enquirer": "^2.3.0",
"fs-extra": "^7.0.1",
"fuzzy": "^0.1.3",
"get-workspaces": "^0.5.0",
"globby": "^9.2.0",
"human-id": "^1.0.2",
"is-ci": "^2.0.0",
"lodash.startcase": "^4.4.0",
"meow": "^5.0.0",
"outdent": "^0.5.0",
"p-limit": "^2.2.0",
"pkg-dir": "^4.1.0",
"prettier": "^1.14.3",
"semver": "^5.4.1",
"spawndamnit": "^2.0.0",
"term-size": "^2.1.0",
"tty-table": "^2.7.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@changesets/parse": "^0.2.0",
"jest-fixtures": "^0.5.0",
"strip-ansi": "^5.2.0"
}
}