forked from Laboratoria/BOG005-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 879 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": "luzadri-md-links",
"version": "0.1.0",
"engines": {
"node": ">=14.x"
},
"description": "Library that analyzes the link state of a markdown file",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1531nana/BOG005-md-links.git"
},
"author": "",
"license": "ISC",
"bin": {
"md-links": "src/cli.js"
},
"bugs": {
"url": "https://github.com/1531nana/BOG005-md-links/issues"
},
"homepage": "https://github.com/1531nana/BOG005-md-links#readme",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.3",
"prettier": "^2.7.1"
},
"keywords": []
}