@alheimsins/webquality
Version:
Test your site using Lighthouse and Security Headers
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "@alheimsins/webquality",
"description": "Test your site using Lighthouse and Security Headers",
"version": "2.0.7",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Geir Gåsodden",
"email": "geir.gasodden@pythonia.no",
"url": "https://github.com/zrrrzzt"
},
"main": "index.js",
"engines": {
"node": ">=14.18.2"
},
"files": [
"lib/",
"index.js"
],
"scripts": {
"test": "standard && npm audit && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"coveralls": "nyc ava && nyc report --reporter=lcov && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install",
"prepare": "husky install"
},
"keywords": [
"web",
"quality",
"test",
"lighthouse",
"securityheaders"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/webquality.git"
},
"bugs": {
"url": "https://github.com/Alheimsins/webquality/issues"
},
"homepage": "https://github.com/Alheimsins/webquality#readme",
"devDependencies": {
"ava": "3.15.0",
"coveralls": "3.1.1",
"husky": "7.0.4",
"nyc": "15.1.0",
"standard": "16.0.4"
},
"dependencies": {
"axios": "0.24.0"
}
}