forked from Laboratoria/BOG003-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 1.24 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
{
"name": "md-links",
"version": "0.1.0",
"dependencies": {
"axios": "^0.21.4",
"chalk": "^4.1.2",
"figlet": "^1.5.2"
},
"devDependencies": {
"jest": "^27.2.4"
},
"scripts": {
"test": "jest --coverage"
},
"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": "cli.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DannitaZz/BOG003-md-links.git"
},
"author": "Danna Cárdenas",
"license": "ISC",
"bin": {
"mdLinks": "./cli.js"
},
"bugs": {
"url": "https://github.com/DannitaZz/BOG003-md-links/issues"
},
"homepage": "https://github.com/DannitaZz/BOG003-md-links#readme"
}