-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 926 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
{
"name": "links-pipeline",
"description": "Collection of scripts to help managing saved links",
"version": "0.0.1",
"license": "MIT",
"main": "src/index.js",
"bin": {
"links-from": "./bin/run"
},
"files": [
"/bin",
"/src"
],
"scripts": {
"postinstall": "patch-package",
"lint": "standard"
},
"dependencies": {
"axios": "^0.21.2",
"bluebird": "^3.5.1",
"bookmark-parser": "^0.1.6",
"bookmarked": "^2.0.4",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.10",
"cwait": "^1.1.1",
"is-stream": "^2.0.0",
"patch-package": "^6.4.7",
"puppeteer": "^13.5.2",
"query-string": "^6.1.0",
"ramda": "^0.26.1",
"rxjs": "^7.5.5",
"url-parse": "^1.5.2",
"yargs": "^15.3.1"
},
"devDependencies": {
"standard": "^16.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/bruno-delfino1995/links-pipeline.git"
}
}