UNPKG

website-validator

Version:
62 lines (61 loc) 1.78 kB
{ "name": "website-validator", "version": "1.6.0", "description": "Comprehensive website validation", "main": "dist/index.js", "type": "module", "keywords": [ "website", "validator" ], "files": [ "dist" ], "repository": "github:sashee/website-validator", "scripts": { "test": "npm run build && node --test --enable-source-maps dist/**/*.test.js", "test_dev": "npm run build && NODE_DEBUG=website-validator* node --test --test-only --enable-source-maps --inspect dist/**/*.test.js", "build": "tsc --build && npm run copy_static_files", "clean": "tsc --build --clean", "prepare": "npm run clean && npm run build", "copy_static_files": "cp src/tests/slick.woff2 dist/tests/slick.woff2 && cp src/.npmignore dist/.npmignore" }, "author": { "name": "Tamas Sallai", "url": "https://advancedweb.hu/" }, "license": "ISC", "devDependencies": { "@types/deep-equal": "^1.0.4", "@types/jmespath": "^0.15.2", "@types/jsdom": "^21.1.7", "@types/xml2js": "^0.4.14", "@zip.js/zip.js": "^2.7.52", "memory-streams": "^0.1.3", "ts-essentials": "^10.0.2", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "dependencies": { "@types/pdfkit": "^0.13.5", "@types/vnu-jar": "^17.11.2", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "epubcheck-static": "^2.0.0-v5.2.0", "fast-equals": "^5.0.1", "jmespath": "^0.16.0", "jsdom": "^25.0.1", "mime": "^4.0.4", "pdfjs-dist": "^4.7.76", "pdfkit": "^0.15.0", "postcss": "^8.4.47", "robots-parser": "^3.0.1", "rxjs": "^7.8.1", "sharp": "^0.33.5", "srcset": "^5.0.1", "vnu-jar": "^24.10.17", "with-file-cache": "^3.3.0", "with-worker-threads": "^0.5.1", "xml2js": "^0.6.2" } }