forked from Laboratoria/SAP009-md-links
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 910 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
{
"name": "md-links-bruabreu",
"version": "0.1.0",
"description": "4º projeto da Laboratória - Md-Links",
"main": "index.js",
"keywords": [
"node",
"markdown",
"cli"
],
"author": "Bruna Abreu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bruna-abreu/SAP009-md-links"
},
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2023-03-30T13:20:37.337Z",
"version": "5.6.0",
"commit": "ffa75c8b2bede153844195479abeff01f3e34227"
},
"bin": {
"md-links": "./src/cli.js"
},
"scripts": {
"test": "jest --verbose --coverage",
"eslint": "eslint --ext .js src/ test/",
"pretest": "npm run eslint"
},
"dependencies": {
"chalk": "^4.0.0",
"md-links-bruabreu": "^0.1.0",
"save-dev": "^0.0.1-security"
},
"devDependencies": {
"eslint": "^8.38.0",
"jest": "^29.5.0"
}
}