forked from Laboratoria/DEV008-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.06 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
{
"name": "yennjp-md-links",
"version": "1.1.1",
"description": "Markdown links",
"repository": "github:Yennyferjp/DEV008-md-links",
"scripts": {
"eslint": "eslint --ext .js src/ test/",
"test": "jest --coverage"
},
"author": "Yennyfer Jarava Perez",
"license": "MIT",
"bin": {
"md-links": "cli/md-links.js"
},
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2023-06-28T16:05:09.952Z",
"version": "6.3.0",
"commit": "a942adeb868f1fe54b86e34cc4fc4ddb0601700d"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^29.6.2"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"jsx",
"ts",
"tsx",
"node",
"customExtension"
]
},
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"node-fetch": "^2.6.12",
"yargs": "^17.7.2"
}
}