forked from Laboratoria/LIM015-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.31 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
{
"name": "md-links-alemapyapur",
"version": "0.1.1",
"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": "src/function-mdlinks.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node src/api.js",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alemapyapur/LIM015-md-links.git"
},
"keywords": [
"javascript",
"node.js"
],
"author": "Alemapyapur",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alemapyapur/LIM015-md-links/issues"
},
"homepage": "https://github.com/Alemapyapur/LIM015-md-links#readme",
"dependencies": {
"jest": "^27.1.0",
"marked": "^3.0.4",
"node-fetch": "^2.6.1"
},
"bin": {
"md-links": "md-links.js"
}
}