-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 973 Bytes
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": "lib_que_valida_links",
"version": "1.0.2",
"description": "Ao invés de caçar cada link quebrado, que tal automatizar esse processo?",
"main": "./cli.js",
"bin": {
"<lib_que_valida_links>": "./cli.js"
},
"preferGlobal": true,
"type": "module",
"scripts": {
"test": "jest ./test",
"cli": "node ./src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EricaSantos-FullStack/lib_que_valida_links"
},
"keywords": [
"URL",
"validation",
"nodejs",
"blog",
"website",
"markdown",
"cli"
],
"author": "Erica S. Francisco",
"email": "ericasantosfrancisco@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/EricaSantos-FullStack/lib_que_valida_links/issues"
},
"homepage": "https://github.com/EricaSantos-FullStack",
"dependencies": {
"chalk": "5.0.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"jest": "^27.0.6"
}
}