Adding a translation to typescript-code

This commit is contained in:
2026-01-18 00:24:22 +01:00
parent c468746108
commit a82642d454
139 changed files with 57991 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "notion-performance-tracker",
"version": "1.0.0",
"description": "This Bot is intended to fetch stock-data, calculate performance and add key-kpis to a notion-db matching tracker symbols in said notion-db",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.smallmountains.de/Marius/Notion-Performance-Tracker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^25.0.9"
}
}