forked from Laboratoria/CDMX009-MdLinks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.14 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
{
"name": "package.json",
"version": "1.0.0",
"description": "[Markdown](https://es.wikipedia.org/wiki/Markdown) es un lenguaje de marcado\r ligero muy popular entre developers. Es usado en muchísimas plataformas que\r manejan texto plano (GitHub, foros, blogs, ...), y es muy común\r encontrar varios archivos en ese formato en cualquier tipo de repositorio\r (empezando por el tradicional `README.md`).",
"main": "app.js",
"bin": {
"didi-mdlinks": "cli.js"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DianyelaMaldonado/CDMX009-MdLinks.git"
},
"author": "Dianyela Maldonado",
"license": "ISC",
"bugs": {
"url": "https://github.com/DianyelaMaldonado/CDMX009-MdLinks/issues"
},
"homepage": "https://github.com/DianyelaMaldonado/CDMX009-MdLinks#readme",
"devDependencies": {
"jest": "^26.0.1"
},
"dependencies": {
"argvd": "^1.0.0",
"colors": "^1.4.0",
"enquire": "0.0.2",
"figlet": "^1.4.0",
"meow": "^7.0.1",
"node-fetch": "^2.6.0"
}
}