forked from Laboratoria/MEX008-FE-md-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 895 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
{
"name": "blank-md-links",
"version": "1.0.2",
"description": "Read and analyze Markdown file to verify links and report statistics",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"eslint": "eslint --ext .js test/",
"pretest": "npm run eslint --silent",
"test": "jest --coverage"
},
"dependencies": {
"chalk": "^2.4.2",
"eslint": "^5.9.0",
"eslint-plugin-jest": "^22.1.2",
"jest": "^23.6.0",
"meowmeowme": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BLANK-TECH/MEX008-FE-md-link.git"
},
"keywords": [
"Markdown"
],
"author": "Blanca Garduño",
"license": "ISC",
"bin": {
"mdLinks": "./cli.js"
},
"bugs": {
"url": "https://github.com/BLANK-TECH/MEX008-FE-md-link/issues"
},
"homepage": "https://github.com/BLANK-TECH/MEX008-FE-md-link#readme"
}