release-plan
Version:
_The most contributor friendly and hands-off release tool there is_.
62 lines • 1.89 kB
JSON
{
"name": "release-plan",
"version": "0.17.2",
"description": "",
"keywords": [],
"repository": "https://github.com/embroider-build/release-plan",
"license": "MIT",
"author": "Edward Faulkner <edward@eaf4.com>",
"contributors": [
"Chris Manson <chris@manson.ie>"
],
"type": "module",
"bin": "./dist/cli.js",
"dependencies": {
"@manypkg/get-packages": "^2.2.0",
"@npmcli/package-json": "^6.1.0",
"@octokit/rest": "^21.1.0",
"assert-never": "^1.2.1",
"chalk": "^5.4.1",
"cli-highlight": "^2.1.11",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"github-changelog": "^2.1.1",
"js-yaml": "^4.1.0",
"latest-version": "^9.0.0",
"parse-github-repo-url": "^1.4.1",
"semver": "^7.3.5",
"yargs": "^17.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.5",
"@types/npmcli__package-json": "^4.0.3",
"@types/parse-github-repo-url": "^1.4.2",
"@types/semver": "^7.3.6",
"@types/yargs": "^17.0.3",
"@vitest/coverage-v8": "^3.0.7",
"concurrently": "^9.1.2",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-n": "^17.15.1",
"fixturify-project": "^7.1.3",
"globals": "^16.0.0",
"prettier": "^3.5.0",
"typescript": "^5.2.2",
"typescript-eslint": "^8.24.1",
"vitest": "^3.0.6"
},
"scripts": {
"build": "tsc",
"format": "prettier . --cache --write",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format",
"lint:format": "prettier . --cache --check",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"test": "vitest",
"coverage": "vitest run --coverage"
}
}