forked from Laboratoria/DEV007-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 816 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
{
"name": "md-links-analauvapi",
"version": "0.2.0",
"description": "Aplicación CLI para recuperar enlaces de archivos Markdown en una ruta específica.",
"main": "cli.js",
"bin": "cli.js",
"keywords": ["md-links", "Markdown", "links", "CLI", "enlaces"],
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2023-06-20T14:05:58.211Z",
"version": "6.3.0",
"commit": "e129ade681adff8cbb19f82e63f688fef2f08f32"
},
"scripts": {
"build": "npx babel src --out-dir dist",
"test": "jest --coverage --verbose"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"jest": "^29.6.2"
},
"dependencies": {
"axios": "^1.4.0",
"colors": "^1.4.0",
"eslint-config-airbnb": "^19.0.4"
},
"sourceType": "module"
}