-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 951 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
{
"name": "links-valid",
"version": "1.4.9",
"description": "A lib for indetifier, read and resolve obj with links with 200 or 404 codes, return a valid arr links!",
"homepage": "https://github.com/JoaoIto/Library-links-node.js",
"bugs": {
"url": "https://github.com/JoaoIto/Library-links-node.js/tree/develop",
"email": "joaovictorpfr@gmail.com"
},
"bin": {
"links-valid": "./cli.js"
},
"preferGlobal": true,
"main": "cli.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "node ./src/cli.js ./archives",
"cli:links": "node ./src/cli.js ./archives --links",
"cli:v-links": "node ./src/cli.js ./archives --valida"
},
"repository": {
"type": "git",
"url": "https://github.com/JoaoIto/Library-links-node.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.1.2",
"fs": "^0.0.1-security"
}
}