forked from Laboratoria/DEV003-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 962 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": "md-links",
"version": "0.1.0",
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2023-02-07T18:15:01.196Z",
"version": "5.5.0",
"commit": "a63a770ea33332882790401851df337734b0b734"
},
"scripts": {
"eslint": "eslint --ext .js test/",
"pretest": "npm run eslint",
"test": "jest --verbose --coverage"
},
"dependencies": {
"eslint": "^8.35.0"
},
"devDependencies": {
"eslint-plugin-jest": "^27.2.1",
"jest": "^27.0.1"
},
"description": "## Índice",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melilotbulge/DEV003-md-links.git"
},
"keywords": [
"node",
"script"
],
"author": "Karen Bollas",
"license": "ISC",
"bugs": {
"url": "https://github.com/melilotbulge/DEV003-md-links/issues"
},
"homepage": "https://github.com/melilotbulge/DEV003-md-links#readme"
}