forked from Laboratoria/bog001-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 898 Bytes
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 898 Bytes
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": "@loregunner/md-links",
"version": "1.0.0",
"description": "readme",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --verbose --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loregunner/bog001-md-links.git"
},
"keywords": [
"nodejs",
"markdown",
"javascript",
"jest"
],
"author": "lorena rippe",
"license": "MIT",
"bin": {
"mdLinks": "./cli.js"
},
"bugs": {
"url": "https://github.com/loregunner/bog001-md-links/issues"
},
"homepage": "https://github.com/loregunner/bog001-md-links#readme",
"dependencies": {
"axios": "^0.20.0",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.3",
"got": "^11.7.0",
"jest": "^26.5.3",
"jsdom": "^16.4.0",
"markdown-it": "^11.0.1",
"marked": "^1.2.0",
"node-fetch": "^2.6.1"
}
}