mirror of
https://github.com/zen-browser/release-utils.git
synced 2025-07-07 08:55:38 +02:00
21 lines
512 B
JSON
21 lines
512 B
JSON
{
|
|
"dependencies": {
|
|
"command-line-args": "^6.0.0",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.5.4",
|
|
"xmlbuilder2": "^3.1.1"
|
|
},
|
|
"name": "release-utils",
|
|
"version": "1.0.0",
|
|
"description": "Scripts used by @zen-browser to make release workflow a less painful process",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-flatpak": "ts-node flatpak-updates/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/command-line-args": "^5.2.3"
|
|
}
|
|
}
|