-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
{
"name": "notion-proxy",
"version": "1.0.0",
"description": "Public page for Notion",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=dev node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Equipo Sin Oficina",
"license": "GPL3",
"dependencies": {
"@notionhq/client": "^0.1.3",
"compression": "^1.7.4",
"config": "^3.3.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"fetch": "^1.1.0",
"file-type": "^15.0.1",
"fs": "0.0.1-security",
"install": "^0.13.0",
"jsdom": "^16.4.0",
"mime-types": "^2.1.27",
"node-cron": "^2.0.3",
"nodemon": "^2.0.7",
"notionapi-agent": "^1.2.0",
"request": "^2.88.2",
"slugify": "^1.5.3",
"ssl-root-cas": "^1.3.1"
}
}