[yoga-0] add update.service.version.ts

This commit is contained in:
Roland Schneider
2025-05-17 23:08:57 +02:00
parent e5bafff815
commit c2095b6d8b
5 changed files with 405 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "common",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.18",
"dotenv": "^16.5.0",
"js-yaml": "^4.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}