-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 755 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
{
"name": "notion-merge-dbs",
"version": "1.0.1",
"description": "Notion Merge DBs",
"author": "Alex Budurovici",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/spofibo/notion-merge-dbs",
"repository": {
"type": "git",
"url": "git+https://github.com/spofibo/notion-merge-dbs.git"
},
"bugs": {
"url": "https://github.com/Spofibo/notion-merge-dbs/issues"
},
"main": "index.js",
"type": "module",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@notionhq/client": "^0.4.12",
"bottleneck": "^2.19.5",
"dotenv": "^14.2.0",
"minimist": "^1.2.5",
"winston": "^3.4.0"
}
}