-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 941 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
44
{
"name": "@jasper-mui/me-check-link",
"version": "1.2.2",
"description": "A CLI to check link of html pages",
"main": "src/main.js",
"bin": {
"mcl": "bin/MCL",
"@jasper-mui/me-check-link": "bin/MCL"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"coverage": "jest --collectCoverage --"
},
"keywords": [
"cli",
"MCL"
],
"author": "YOUR_AUTHOR",
"license": "MIT",
"dependencies": {
"arg": "^4.1.3",
"babel-polyfill": "^6.26.0",
"chalk": "^4.1.0",
"esm": "^3.2.18",
"inquirer": "^7.3.3",
"node-fetch": "^2.6.1",
"react-native": "^0.63.4"
},
"resposity": {
"type": "git",
"url": "https://github.com/Jasper-Mui/me-check-links"
},
"devDependencies": {
"@babel/preset-env": "^7.12.7",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"nock": "^13.0.5",
"prettier": "2.1.2"
}
}