forked from Laboratoria/LIM016-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 923 Bytes
/
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
{
"name": "LIM016-md-links",
"version": "1.0.0",
"description": "md-links proyect @ Laboratoria",
"main": "bin/index.js",
"bin": {
"md-links": "./bin/index.js"
},
"directories": {
"test": "test"
},
"dependencies": {
"chalk": "^4.1.2",
"figlet": "^1.5.2",
"jsdom": "^19.0.0",
"markdown-it": "^12.3.2",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"gradient-string": "^2.0.0",
"jest": "^27.4.7"
},
"scripts": {
"test": "jest --verbose --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PandArtist93/LIM016-md-links.git"
},
"keywords": [
"javascript",
"node",
"npm",
"jest",
"CLI"
],
"author": "Marielena Aizaga",
"license": "MIT",
"bugs": {
"url": "https://github.com/PandArtist93/LIM016-md-links/issues"
},
"homepage": "https://github.com/PandArtist93/LIM016-md-links#readme"
}