-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "archive-js",
"version": "1.0.0",
"author": "shuiRong <[email protected]>",
"description": "输入链接,抓取内容、提取并分析出标题、时间、正文,保存到Telegrah,输出Telegraph链接",
"main": "src/main.js",
"scripts": {
"start": "NODE_ENV=production node ./src/main.js",
"dev": "NODE_ENV=development nodemon ./src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MakeGolangGreat/archive-js.git"
},
"keywords": [
"archive",
"telegraph",
"mastodon",
"备份"
],
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/MakeGolangGreat/archive-js/issues"
},
"homepage": "https://github.com/MakeGolangGreat/archive-js#readme",
"devDependencies": {
"nodemon": "^2.0.6"
},
"dependencies": {
"@postlight/mercury-parser": "^2.2.0",
"atob": "^2.1.2",
"dotenv-safe": "^8.2.0",
"is-image": "^3.0.0",
"is-url": "^1.2.4",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.5.1",
"puppeteer": "^5.5.0",
"sanitize-html": "^2.1.2",
"socks5-https-client": "^1.2.1",
"sync-request": "^6.1.0",
"websocket": "^1.0.32"
}
}