File size: 897 Bytes
d297056
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "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"
  }
}