@4c/rollout
Version:
61 lines (60 loc) • 1.51 kB
JSON
{
"name": "@4c/rollout",
"version": "4.0.2",
"homepage": "https://github.com/4Catalyzer/cli/tree/master/packages/rollout",
"bugs": {
"url": "https://github.com/4Catalyzer/cli/issues"
},
"license": "MIT",
"author": "4Catalyzer",
"main": "command.js",
"type": "module",
"bin": {
"rollout": "cli.js"
},
"exports": {
"./command": "./command.js",
"./command.js": "./command.js",
"./conventional-commits": "./conventional-commits.js",
"./conventional-commits.js": "./conventional-commits.js"
},
"repository": {
"type": "git",
"url": "https://github.com/4Catalyzer/cli.git",
"directory": "packages/rollout"
},
"scripts": {
"test": "jest --runInBand",
"tdd": "jest --watch --runInBand"
},
"jest": {
"preset": "@4c/jest-preset",
"testEnvironment": "node"
},
"dependencies": {
"@4c/cli-core": "^4.0.0",
"@4c/file-butler": "^6.0.0",
"async-exit-hook": "^2.0.1",
"conventional-changelog": "^3.1.24",
"conventional-recommended-bump": "^6.1.0",
"execa": "^6.0.0",
"fs-extra": "^10.0.0",
"has-yarn": "^3.0.0",
"listr": "^0.14.3",
"listr-input": "^0.2.0",
"read-pkg-up": "^9.0.0",
"rimraf": "^3.0.0",
"rxjs": "^7.3.0",
"semver": "^7.3.5"
},
"devDependencies": {
"@4c/jest-preset": "^1.7.0",
"jest": "^27.5.1",
"shelljs": "^0.8.5",
"tmp": "^0.2.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "67c8ee061848a561fe3db9509cb3e192606dcce6"
}