forked from Laboratoria/DEV010-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 KB
/
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
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-roquelinks",
"version": "0.4.0",
"engines": {
"node": ">=16.x"
},
"bin": {
"md-links": "cli.js"
},
"bootcamp": {
"createdAt": "2023-09-04T18:43:43.114Z",
"version": "6.7.0",
"commit": "1e61f863787ca573e7e7235dfba9b94c0a4efae3"
},
"devDependencies": {
"jest": "^29.7.0"
},
"scripts": {
"test": "jest --coverage"
},
"dependencies": {
"chalk": "^5.3.0",
"colors": "^1.4.0",
"figlet": "^1.7.0",
"fs.promises": "^0.1.2",
"marked": "^9.1.2",
"readline": "^1.3.0"
},
"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. Consideraciones técnicas](#5-consideraciones-técnicas)\r * [6. Hitos](#6-hitos)\r * [7. Hacker edition](#7-hacker-edition)\r * [8. Pistas, tips y lecturas complementarias](#8-pistas-tips-y-lecturas-complementarias)\r * [9. Para pedir project feedback](#9-para-pedir-project-feedback)",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Roquerika/DEV010-md-links.git"
},
"keywords": [
"\"markdown\"",
"\"links\"",
"\"node\"",
"\"path\"",
"\"status\"",
"\"javaScript\"",
"\"JS\"",
"Jest\""
],
"author": "Erika Roque",
"license": "ISC",
"bugs": {
"url": "https://github.com/Roquerika/DEV010-md-links/issues"
},
"homepage": "https://github.com/Roquerika/DEV010-md-links#readme"
}