-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 961 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
{
"name": "@saiballo/html-validator-enhanced",
"version": "1.0.3",
"description": "A Node module with optional settings for validating HTML pages using the \"validator.w3.org/nu\" or \"whatwg\" standard.",
"main": "main.js",
"keywords": [
"html-validator-enhanced",
"html-validator",
"html-validate",
"validation",
"validator.w3.org",
"whatwg"
],
"license": "MIT",
"author": {
"name": "Lorenzo \"Saibal\" Forti",
"email": "[email protected]"
},
"homepage": "https://github.com/saiballo/html-validator-enhanced#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/saiballo/html-validator-enhanced.git"
},
"bugs": {
"url": "https://github.com/saiballo/html-validator-enhanced"
},
"engines": {
"node": ">=16"
},
"scripts": {
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"dependencies": {
"axios": "1.7.9",
"html-validate": "8.27.0",
"valid-url": "^1.0.9"
}
}