forked from Laboratoria/BOG005-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 846 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 846 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
{
"name": "aredondomartinez-md-links",
"version": "1.1.0",
"engines": {
"node": ">=14.x"
},
"dependencies": {
"axios": "^1.1.3"
},
"description": "Esta librería permite obtener links o enlaces HTTP de archivos de tipo markdown",
"main": "funcion.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --coverage --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alissonred/BOG005-md-links.git"
},
"keywords": [
"markdown",
"links"
],
"author": "Alisson Redondo",
"license": "ISC",
"bin": {
"md-links": "./redireccionCLI.js"
},
"bugs": {
"url": "https://github.com/Alissonred/BOG005-md-links/issues"
},
"homepage": "https://github.com/Alissonred/BOG005-md-links#readme",
"devDependencies": {
"jest": "^29.2.2"
}
}