Spaces:
Sleeping
Sleeping
{ | |
"name": "notion2api-nodejs", | |
"version": "1.0.0", | |
"description": "Notion API client with lightweight browser-free option", | |
"main": "src/lightweight-client-express.js", | |
"type": "module", | |
"bin": { | |
"notion-cookie": "src/cookie-cli.js" | |
}, | |
"scripts": { | |
"start": "node src/lightweight-client-express.js", | |
"dev": "nodemon src/lightweight-client-express.js", | |
"original": "node src/index.js", | |
"cookie": "node src/cookie-cli.js" | |
}, | |
"keywords": [ | |
"notion", | |
"openai", | |
"api", | |
"bridge" | |
], | |
"author": "", | |
"license": "MIT", | |
"dependencies": { | |
"axios": "^1.9.0", | |
"chalk": "^4.1.2", | |
"dotenv": "^16.3.1", | |
"express": "^4.18.2", | |
"https-proxy-agent": "^7.0.2", | |
"jsdom": "^22.1.0", | |
"node-fetch": "^3.3.2", | |
"playwright": "^1.40.1" | |
}, | |
"devDependencies": { | |
"nodemon": "^3.0.2" | |
} | |
} | |