forked from mei23/summaly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 925 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
{
"name": "summaly",
"version": "3.14.0",
"description": "Get web page's summary",
"author": "mei23 <[email protected]>",
"license": "MIT",
"repository": "https://github.com/mei23/summaly.git",
"bugs": "https://github.com/mei23/summaly/issues",
"main": "./built/index.js",
"types": "./built/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint 'src/**/*.ts'",
"start": "node ./built/server/index.js",
"server": "node ./built/server/index.js"
},
"resolutions": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "20.14.10",
"tslint": "6.1.3"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
"escape-regexp": "0.0.1",
"got": "11.8.6",
"h3": "1.12.0",
"h3-typebox": "0.6.0",
"html-entities": "2.5.2",
"iconv-lite": "0.6.3",
"js-yaml": "4.1.0",
"jschardet": "3.1.3",
"pdf-parse": "1.1.1",
"private-ip": "2.3.4",
"typescript": "5.5.3"
}
}