forked from Laboratoria/LIM018-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (53 loc) · 1.22 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@elisabethfarfan/md-links",
"version": "1.0.0",
"description": "\"creacion de libreria mdLinks\"",
"main": "src/index.js",
"engines": {
"node": ">=16.x"
},
"devDependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"jest": "^28.1.3"
},
"scripts": {
"eslint": "eslint src/**/*.js --fix",
"start": "node ./src/index.js",
"test": "jest --coverage"
},
"directories": {
"test": "test"
},
"dependencies": {
"chalk": "^4.1.2",
"eslint-import-resolver-node": "^0.3.6",
"eslint-module-utils": "^2.7.3",
"eslint-scope": "^7.1.1",
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"marked": "^4.0.18",
"node-fetch": "^2.6.7"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elisabethfarfan/LIM018-md-links.git"
},
"keywords": [
"markdown",
"link",
"broken",
"unique"
],
"author": "Elisabeth Farfán",
"license": "ISC",
"bugs": {
"url": "https://github.com/elisabethfarfan/LIM018-md-links/issues"
},
"bin": {
"md-links": "src/CLI.js"
},
"homepage": "https://github.com/elisabethfarfan/LIM018-md-links#readme"
}