{ "name": "notion-database", "version": "1.0.0", "description": "", "main": "src/main.mts", "scripts": { "start": "tsx src/main.mts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "packageManager": "pnpm@10.10.0", "devDependencies": { "dotenv": "^16.5.0", "tsx": "^4.19.4" }, "dependencies": { "@notionhq/client": "^3.0.0" } }