forked from Laboratoria/SAP010-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 820 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
{
"name": "md-links",
"version": "0.1.0",
"description": "Biblioteca para ler e analisar arquivos no formato Markdown",
"main": "./src/cli.js",
"author": {
"name": "Mislene Moura",
"email": "mislene.moura2000@gmail.com"
},
"bin": {
"md-links": "./src/cli.js"
},
"keywords": [
"node",
"API",
"CLI",
"markdown"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MisleneSM/SAP010-md-links.git"
},
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2023-06-19T12:25:44.680Z",
"version": "6.3.0",
"commit": "c17498042fc79734cec390e6314cbe810e95bf4c"
},
"devDependencies": {
"jest": "^29.6.1"
},
"scripts": {
"test": "jest --coverage"
},
"dependencies": {
"chalk": "^4.1.2"
}
}