repotool/package.json

20 lines
385 B
JSON

{
"name": "repotool",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "make all"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.0",
"semantic-release": "^23.0.8",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
},
"packageManager": "yarn@4.1.1"
}