Files
Notion-Performance-Tracker/package.json

21 lines
578 B
JSON

{
"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"
}
}