weck/package.json

24 lines
478 B
JSON

{
"name": "weck",
"version": "1.0.0",
"description": "Website Checker",
"main": "src/index.js",
"bin": {
"weck": "bin/weck.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.weko.io/weko/WebsiteChecker.git"
},
"author": "Simon CONSTANS",
"license": "MIT",
"dependencies": {
"fs-extra": "^9.1.0",
"node-html-parser": "^3.1.3"
}
}