Files
licenseg/package.json
2023-07-18 00:45:37 +03:00

33 lines
1.0 KiB
JSON

{
"name": "licenseg",
"version": "0.1.1",
"description": "Generate LICENSE files for your projects",
"main": "index.mjs",
"packageManager": "pnpm@8.5.0",
"bin": {
"licenseg": "./cli.mjs"
},
"type": "module",
"scripts": {
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 0; echo \"# Change Log\n\n$(cat CHANGELOG.md)\" > CHANGELOG.md",
"test": "echo \"Warning: no test specified, skipping\""
},
"keywords": [],
"author": "Chen Asraf <contact@casraf.dev>",
"license": "MIT",
"dependencies": {
"massarg": "1.0.7-pre.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/node": "^20.2.5",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"semantic-release": "^21.0.1",
"semantic-release-conventional-commits": "^3.0.0"
}
}