-
Notifications
You must be signed in to change notification settings - Fork 334
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1012 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "douban-backup",
"version": "1.0.0",
"description": "script to handle douban backup",
"exports": "./index.js",
"type": "module",
"scripts": {
"sync": "tsx src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bambooom/douban-backup.git"
},
"keywords": [
"douban",
"notion",
"neodb",
"backup",
"csv",
"rss",
"userscript"
],
"author": "zhuzi <nmz89825@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bambooom/douban-backup/issues"
},
"homepage": "https://github.com/bambooom/douban-backup#readme",
"engines": {
"node": ">=20"
},
"devDependencies": {
"@types/jsdom": "^28.0.3",
"tsx": "^4.23.1"
},
"dependencies": {
"@notionhq/client": "^5.23.3",
"consola": "^3.4.2",
"dayjs": "^1.11.21",
"dotenv": "^17.4.2",
"fast-csv": "^5.0.7",
"got": "^15.1.0",
"jsdom": "^30.0.1",
"rss-parser": "^3.13.0",
"tough-cookie": "^6.0.2"
}
}