forked from Laboratoria/SAP009-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.01 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
{
"name": "md-links-cmas",
"description": "Extrai links de arquivos md",
"keywords": [
"node",
"javascript",
"markdown",
"links"
],
"author": "Carolina Mariotto de Almeida Santos <mariotto.carolina@hotmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/anilorac93/SAP009-md-links"
},
"bin": {
"md-links": "./cli.js"
},
"bugs": {
"url": "https://github.com/anilorac93/SAP009-md-links"
},
"version": "0.1.2",
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2023-03-30T13:20:37.337Z",
"version": "5.6.0",
"commit": "ffa75c8b2bede153844195479abeff01f3e34227"
},
"dependencies": {
"chalk": "^4.1.2",
"common-js": "^0.3.8",
"node-fetch": "^2.6.3",
"pretest": "^1.1.0"
},
"devDependencies": {
"coverage-node": "^8.0.0",
"eslint": "^8.40.0",
"jest": "^29.5.0"
},
"scripts": {
"test": "jest --verbose --coverage",
"eslint": "eslint *.js test/",
"pretest": "npm run eslint"
}
}