@latipun7/releaserc
Version:
🥷 Nerdy Ninja's shareable Semantic Release configuration 🚀
75 lines (74 loc) • 1.88 kB
JSON
{
"name": "@latipun7/releaserc",
"version": "2.2.0",
"description": "🥷 Nerdy Ninja's shareable Semantic Release configuration 🚀",
"license": "MIT",
"homepage": "https://github.com/latipun7/library/tree/main/configs/semantic-release#readme",
"repository": {
"type": "git",
"url": "https://github.com/latipun7/library.git",
"directory": "configs/semantic-release"
},
"author": {
"name": "Latif Sulistyo",
"email": "latifsulistyo.me@gmail.com"
},
"type": "commonjs",
"engines": {
"node": ">=14.8.0"
},
"exports": {
".": "./dist/index.js",
"./monorepo": "./dist/monorepo.js",
"./vsce": "./dist/vsce.js",
"./package.json": "./package.json"
},
"files": [
"dist",
"templates"
],
"keywords": [
"semantic-release",
"semantic-release-config",
"releaserc",
"npm",
"conventional-changelog",
"version",
"semver",
"semantic",
"release",
"config",
"configuration",
"shareable"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "tsc --project tsconfig.build.json --watch",
"build": "tsc --project tsconfig.build.json",
"semantic-release": "semantic-release"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^4.6.1",
"read-pkg": "^5.2.0",
"semantic-release-vsce": "^3.5.0"
},
"devDependencies": {
"@types/conventional-changelog-writer": "^4.0.1",
"@types/conventional-commits-parser": "^3.0.2",
"conventional-changelog-writer": "^5.0.0",
"conventional-commits-parser": "^3.2.3"
},
"peerDependencies": {
"semantic-release": "^18.0",
"semantic-release-monorepo": "^7.0"
},
"peerDependenciesMeta": {
"semantic-release-monorepo": {
"optional": true
}
}
}