UNPKG

website-auditfy

Version:

> Tool for validate your project on SEO, HTML, CSS, JS, TS, Performance, Security and A11Y

79 lines (78 loc) 2.01 kB
{ "author": "Raman Lauryniuk <romanrostislavovich@gmail.com>", "version": "0.1.7", "name": "website-auditfy", "description": "", "main": "dist/src/index.js", "bin": { "website-auditfy": "dist/bin.js" }, "license": "MIT", "scripts": { "tsc": "./node_modules/.bin/tsc", "tslint": "./node_modules/.bin/tslint", "build": "tsc -p . && gulp -f ./config/gulp.js", "test": "npm run test:static", "test:static": "npm run build && node dist/bin.js ./test/success/index.html", "test:url": "npm run build && node dist/bin.js https://github.com/", "check-last": "npx website-auditfy test/index.html" }, "repository": { "type": "git", "url": "git+https://github.com/romanrostislavovich/auditfy.git" }, "files": [ "dist", "README.md" ], "keywords": [ "website-audit", "validator", "linting", "cli", "SEO", "javascript", "Perfomance", "Accessibility", "html", "css", "eslint", "html-validator", "security", "styleling", "a11y", "@axe-core", "lighthouse" ], "bugs": { "url": "https://github.com/romanrostislavovich/auditfy/issues" }, "homepage": "https://github.com/romanrostislavovich/auditfy#readme", "dependencies": { "@axe-core/puppeteer": "^4.10.2", "chalk": "^5.4.1", "cheerio": "^1.1.0", "commander": "^14.0.0", "conventional-cli": "^1.2.0", "eslint": "^9.32.0", "eslint-plugin-security": "^3.0.1", "glob": "^11.0.3", "html-validate": "^9.7.1", "injection-js": "^2.5.0", "lighthouse": "^12.7.0", "ora": "^8.2.0", "puppeteer": "^24.11.1", "serve-handler": "^6.1.6", "stylelint": "^16.21.1", "stylelint-config-standard": "^38.0.0", "typescript-eslint": "^8.38.0" }, "devDependencies": { "@types/eslint-plugin-security": "^3.0.0", "@types/serve-handler": "^6.1.4", "gulp": "^5.0.1", "gulp-copy": "^5.0.0", "typescript": "^5.8.3", "website-auditfy": "^0.0.4" } }