yuki-no-plugin-release-tracking
Version:
Release tracking plugin for yuki-no - Tracks release status for commits and manages issue labels/comments automatically
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "yuki-no-plugin-release-tracking",
"version": "1.0.1",
"description": "Release tracking plugin for yuki-no - Tracks release status for commits and manages issue labels/comments automatically",
"repository": {
"type": "git",
"url": "git+https://github.com/Gumball12/yuki-no.git",
"directory": "packages/release-tracking"
},
"author": {
"name": "Gumball12",
"email": "to@shj.rip",
"url": "https://github.com/Gumball12"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Gumball12/yuki-no/issues"
},
"homepage": "https://github.com/Gumball12/yuki-no/tree/main/packages/release-tracking#readme",
"keywords": [
"yuki-no",
"plugins",
"sync",
"documentation",
"automatically",
"translation",
"github-actions"
],
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"@gumball12/yuki-no": "*"
},
"devDependencies": {
"@gumball12/yuki-no": "workspace:*"
}
}