forked from oppplll/weread-scraper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 KB
/
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
{
"name": "weread-scraper",
"version": "1.4.3",
"description": "Scrape WeRead books and save them as HTML files",
"keywords": [
"weread",
"userscript",
"ebook"
],
"homepage": "https://github.com/Sec-ant/weread-scraper",
"repository": "https://github.com/Sec-ant/weread-scraper.git",
"bugs": "https://github.com/Sec-ant/weread-scraper/issues",
"license": "MIT",
"private": false,
"author": "Ze-Zheng Wu",
"type": "module",
"files": [
"dist"
],
"browser": "dist/weread-scraper.user.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"ncu": "ncu -u && npm i"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/wicg-file-system-access": "^2023.10.1",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.51.0",
"eslint-plugin-compat": "^4.2.0",
"npm-check-updates": "^16.14.5",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-monkey": "^3.5.0"
},
"dependencies": {
"@sec-ant/gm-fetch": "^1.2.0",
"code-tag": "^1.1.0",
"minify-html-wasm": "^0.1.1",
"zustand": "^4.4.3"
}
}