relion
Version:
Release workflow helper for Node.js projects.
75 lines (74 loc) • 1.9 kB
JSON
{
"name": "relion",
"version": "0.1.1",
"description": "Release workflow helper for Node.js projects.",
"author": "Kh4f",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Kh4f/relion.git"
},
"bugs": {
"url": "https://github.com/Kh4f/relion/issues"
},
"homepage": "https://github.com/Kh4f/relion#readme",
"keywords": [
"relion",
"release",
"release-workflow",
"release-helper",
"semantic-release",
"conventional-changelog",
"standard-version",
"commit-and-tag-version"
],
"main": "./src/index.js",
"type": "module",
"bin": "bin/cli.js",
"files": [
"bin",
"src",
"package.json",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"format:base": "prettier \"./**/*.{ts,js}\"",
"format:fix": "npm run format:base -- --write",
"format:check": "npm run format:base -- --check",
"release": "node bin/cli.js --changelog --bump --commit --tag",
"release:gh-notes": "node bin/cli.js --profile gh-release-notes --changelog"
},
"dependencies": {
"chalk": "^5.4.1",
"conventional-changelog": "^6.0.0",
"conventional-changelog-config-spec": "^2.1.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-recommended-bump": "^11.0.0",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"dotgitignore": "^2.1.0",
"figures": "^6.1.0",
"find-up": "^7.0.0",
"git-semver-tags": "^8.0.0",
"jsdom": "^26.1.0",
"mergician": "^2.0.2",
"semver": "^7.7.2",
"w3c-xmlserializer": "^5.0.0",
"yaml": "^2.8.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-n": "^17.18.0",
"eslint-plugin-promise": "^7.2.1",
"prettier": "^3.5.3"
}
}