forked from magicdawn/weread-spy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.05 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "weread-spy.shelf",
"description": "weread spy",
"version": "0.3.0",
"author": "magicdawn",
"main": "bin/weread-spy.js",
"bin": {
"weread-spy.shelf": "bin/weread-spy.js"
},
"files": [
"assets",
"bin/weread-spy.js",
"lib",
"README.md",
"CHANGELOG.md",
"LICENSE",
"package.json"
],
"bugs": {
"url": "https://github.com/magicdawn/weread-spy/issues"
},
"engines": {
"node": ">=16"
},
"homepage": "https://github.com/magicdawn/weread-spy#readme",
"keywords": [
"download",
"weread"
],
"scripts": {
"prepare": "husky install",
"dev": "tsc -w --incremental",
"build": "rm -rf lib; rm tsconfig.tsbuildinfo; tsc",
"gen-readme": "swig render ./readme/readme.md > README.md && prettier --write README.md",
"test": "mocha",
"test-cover": "nyc --reporter=lcov --reporter=text mocha",
"prepublishOnly": "pnpm build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/magicdawn/weread-spy.git"
},
"dependencies": {
"@magicdawn/prettier-config": "^0.0.2",
"cheerio": "1.0.0-rc.12",
"clipanion": "^3.2.0",
"comlink": "^4.4.1",
"debug": "^4.3.4",
"delay": "^5.0.0",
"dl-vampire": "^1.4.0",
"env-paths": "^2.2.1",
"execa": "^4.1.0",
"filenamify": "^4.3.0",
"fs-extra": "^11.1.0",
"globby": "^10.0.2",
"inquirer": "8",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mime": "^3.0.0",
"mimetype": "^0.0.8",
"moment": "^2.29.4",
"ms": "^2.1.3",
"node-fetch": "^3.3.1",
"nunjucks": "^3.2.3",
"prettier": "^2.8.4",
"promise.map": "^0.5.0",
"puppeteer": "^19.7.5",
"puppeteer-intercept-and-modify-requests": "^1.1.0",
"sharp": "^0.31.3",
"swig-templates": "^2.0.3",
"tslib": "^2.5.0",
"umi-request": "^1.4.0",
"urijs": "^1.19.11",
"weread-spy.shelf": "link:"
},
"devDependencies": {
"@magicdawn/eslint-config": "^0.1.0",
"@swc/core": "^1.3.40",
"@swc/helpers": "^0.4.14",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^11.0.1",
"@types/gulp": "^4.0.10",
"@types/inquirer": "^8.2.6",
"@types/jake": "^0.0.33",
"@types/lodash": "^4.14.191",
"@types/mime": "^3.0.1",
"@types/mocha": "^10.0.1",
"@types/ms": "^0.7.31",
"@types/node": "^18.15.3",
"@types/node-fetch": "^2.6.2",
"@types/nunjucks": "^3.2.2",
"@types/prettier": "^2.7.2",
"@types/sharp": "^0.31.1",
"@types/urijs": "^1.19.19",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"gulp": "^4.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"mocha": "^10.2.0",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"pkg": {
"assets": [
"assets/templates/"
],
"scripts": [
"lib/**/*.worker.js"
]
},
"lint-staged": {
"*.{js,jsx,ts,tsx,less,md}": [
"prettier --write"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}