notino-database/package.json
Vojtěch Mareš 0a9d12b777
feat: initial commit
Signed-off-by: Vojtěch Mareš <vojtech@mares.cz>
2025-05-07 17:13:17 +02:00

20 lines
407 B
JSON

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