forked from Laboratoria/SAP011-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 876 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": "md-links-anabfer",
"version": "0.1.0",
"engines": {
"node": ">=16.x"
},
"bin": {
"md-links": "./src/cli.js"
},
"bootcamp": {
"createdAt": "2023-09-20T11:50:43.165Z",
"version": "6.2.0",
"commit": "a5360f78b634be4f14eaea996ee4c7afc85a2f48"
},
"description": "A project for extracting and validating links in Markdown files",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "npx eslint .",
"test": "jest --coverage"
},
"keywords": [
"md-links",
"Markdown",
"links",
"validation",
"Node.js"
],
"author": "Ana Beatriz Ferreira",
"license": "ISC",
"devDependencies": {
"eslint": "^8.50.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"jest": "^29.7.0"
},
"dependencies": {
"chalk": "^4.1.2"
}
}