-
Notifications
You must be signed in to change notification settings - Fork 306
/
package.json
46 lines (46 loc) · 982 Bytes
/
package.json
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
{
"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 <[email protected]>",
"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": "^21.1.7",
"tsx": "^4.19.2"
},
"dependencies": {
"@notionhq/client": "^2.2.15",
"consola": "^3.3.3",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"fast-csv": "^5.0.2",
"got": "^14.4.5",
"jsdom": "^25.0.1",
"rss-parser": "^3.13.0"
}
}