2022-01-06 19:52:25 +01:00
|
|
|
{
|
|
|
|
"name": "html-w3c-validator",
|
|
|
|
"version": "0.0.0-development",
|
|
|
|
"description": "CLI for validating multiple html pages using validator.w3.org.",
|
2023-12-26 22:43:05 +01:00
|
|
|
"public": true,
|
|
|
|
"types": "module",
|
2022-04-06 19:59:31 +02:00
|
|
|
"type": "module",
|
2023-07-02 12:22:39 +02:00
|
|
|
"author": "Théo LUDWIG <contact@theoludwig.fr>",
|
2022-01-06 19:52:25 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-07-02 12:22:39 +02:00
|
|
|
"url": "https://github.com/theoludwig/html-w3c-validator.git"
|
2022-01-06 19:52:25 +01:00
|
|
|
},
|
|
|
|
"bugs": {
|
2023-07-02 12:22:39 +02:00
|
|
|
"url": "https://github.com/theoludwig/html-w3c-validator/issues"
|
2022-01-06 19:52:25 +01:00
|
|
|
},
|
2023-07-02 12:22:39 +02:00
|
|
|
"homepage": "https://github.com/theoludwig/html-w3c-validator#readme",
|
2022-01-06 19:52:25 +01:00
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"html-validator",
|
|
|
|
"w3c",
|
|
|
|
"validator.w3.org"
|
|
|
|
],
|
|
|
|
"main": "build/index.js",
|
|
|
|
"bin": "build/index.js",
|
2023-05-13 16:21:58 +02:00
|
|
|
"files": [
|
2023-07-02 12:27:18 +02:00
|
|
|
"build",
|
2023-07-02 15:23:04 +02:00
|
|
|
"!**/*.test.js",
|
|
|
|
"!**/*.map"
|
2023-05-13 16:21:58 +02:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"provenance": true
|
|
|
|
},
|
2022-01-06 19:52:25 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16.0.0",
|
2023-05-13 16:19:21 +02:00
|
|
|
"npm": ">=9.0.0"
|
2022-01-06 19:52:25 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-01-30 01:16:56 +01:00
|
|
|
"build": "swc ./src --out-dir ./build --strip-leading-paths --delete-dir-on-start",
|
2023-01-10 22:15:14 +01:00
|
|
|
"build:typescript": "tsc",
|
2023-07-02 15:23:04 +02:00
|
|
|
"start": "node --enable-source-maps build/index.js",
|
2022-01-06 19:52:25 +01:00
|
|
|
"lint:commit": "commitlint",
|
|
|
|
"lint:editorconfig": "editorconfig-checker",
|
2023-07-18 23:17:31 +02:00
|
|
|
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives --ignore-path .gitignore",
|
2023-08-09 15:01:28 +02:00
|
|
|
"lint:prettier": "prettier . --check",
|
2022-01-06 19:52:25 +01:00
|
|
|
"lint:staged": "lint-staged",
|
2024-01-30 01:16:56 +01:00
|
|
|
"test": "node --enable-source-maps --test",
|
|
|
|
"release": "semantic-release",
|
|
|
|
"postinstall": "husky"
|
2022-01-06 19:52:25 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-02 12:19:45 +02:00
|
|
|
"chalk": "5.3.0",
|
|
|
|
"clipanion": "3.2.1",
|
2022-10-20 23:30:41 +02:00
|
|
|
"html-validator": "6.0.1",
|
2023-10-23 23:21:05 +02:00
|
|
|
"log-symbols": "6.0.0",
|
2023-12-26 22:43:05 +01:00
|
|
|
"ora": "8.0.1",
|
|
|
|
"read-pkg": "9.0.1",
|
2023-01-10 22:15:14 +01:00
|
|
|
"table": "6.8.1"
|
2022-01-06 19:52:25 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-30 01:16:56 +01:00
|
|
|
"@commitlint/cli": "18.6.0",
|
|
|
|
"@commitlint/config-conventional": "18.6.0",
|
2024-02-02 14:47:31 +01:00
|
|
|
"@swc/cli": "0.3.6",
|
2024-01-30 01:16:56 +01:00
|
|
|
"@swc/core": "1.3.107",
|
2023-10-23 23:21:05 +02:00
|
|
|
"@tsconfig/strictest": "2.0.2",
|
2023-12-26 22:43:05 +01:00
|
|
|
"@types/html-validator": "5.0.6",
|
2024-02-02 14:47:31 +01:00
|
|
|
"@types/node": "20.11.16",
|
2024-01-30 01:16:56 +01:00
|
|
|
"@types/sinon": "17.0.3",
|
|
|
|
"@typescript-eslint/eslint-plugin": "6.20.0",
|
|
|
|
"@typescript-eslint/parser": "6.20.0",
|
2023-12-26 22:43:05 +01:00
|
|
|
"editorconfig-checker": "5.1.2",
|
|
|
|
"eslint": "8.56.0",
|
|
|
|
"eslint-config-conventions": "13.1.0",
|
|
|
|
"eslint-config-prettier": "9.1.0",
|
|
|
|
"eslint-plugin-import": "2.29.1",
|
2024-01-30 01:16:56 +01:00
|
|
|
"eslint-plugin-prettier": "5.1.3",
|
2022-10-20 23:30:41 +02:00
|
|
|
"eslint-plugin-promise": "6.1.1",
|
2023-12-26 22:43:05 +01:00
|
|
|
"eslint-plugin-unicorn": "50.0.1",
|
2023-10-23 23:21:05 +02:00
|
|
|
"execa": "8.0.1",
|
2024-02-02 14:47:31 +01:00
|
|
|
"husky": "9.0.10",
|
|
|
|
"lint-staged": "15.2.1",
|
2024-01-30 01:16:56 +01:00
|
|
|
"pinst": "3.0.0",
|
|
|
|
"prettier": "3.2.4",
|
|
|
|
"semantic-release": "23.0.0",
|
2023-10-23 23:21:05 +02:00
|
|
|
"serve": "14.2.1",
|
2023-12-26 22:43:05 +01:00
|
|
|
"sinon": "17.0.1",
|
|
|
|
"typescript": "5.3.3"
|
2022-01-06 19:52:25 +01:00
|
|
|
}
|
|
|
|
}
|