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
57 lines (57 loc) · 1.8 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.8 KB
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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "md-links-cynthia-moreategui",
"author ": "cynthia Rm",
"version": "1.1.2",
"description ": "herramiento de linea de comando {CLI} csi como tu propia libreria en js",
"engines": {
"node": ">=16.x"
},
"bin": {
"mdLinks": "mdLinks.js"
},
"prettier": {
"singleQuote": true
},
"bootcamp": {
"createdAt": "2023-06-20T14:05:58.211Z",
"version": "6.3.0",
"commit": "e129ade681adff8cbb19f82e63f688fef2f08f32"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"eslint": "^8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"jest": "^29.6.2"
},
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.3.0",
"console.table": "^0.10.0",
"fs": "^0.0.1-security",
"md-links-cynthia-moreategui": "^0.1.0",
"node-fetch": "^2.6.12",
"npm-cli": "^0.1.0",
"path": "^0.11.14"
},
"description": "* [1. Preámbulo](#1-preámbulo)\r * [2. Resumen del proyecto](#2-resumen-del-proyecto)\r * [3. Objetivos de aprendizaje](#3-objetivos-de-aprendizaje)\r * [4. Consideraciones generales](#4-consideraciones-generales)\r * [5. Criterios de aceptación mínimos del proyecto](#5-criterios-de-aceptación-mínimos-del-proyecto)\r * [6. Entregables](#6-entregables)\r * [7. Hacker edition](#7-hacker-edition)\r * [8. Pistas, tips y lecturas complementarias](#8-pistas-tips-y-lecturas-complementarias)\r * [9. Checklist](#9-checklist)\r * [10. Achicando el problema](#10-achicando-el-problema)",
"main": "index.js",
"directories": {
"test": "test"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"jsx"
]
},
"scripts": {
"build": "babel src -d lib",
"test": "jest --coverage"
},
"keywords": [],
"author": "",
"license": "ISC"
}