Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
save-exact=true
ignore-scripts=true
engine-strict=true
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@bbc/a11y-tests-web",
"private": true,
"version": "6.6.1",
"description": "Runs automated accessibility tests on a set of pages",
"main": "index.js",
"bin": {
"a11y-tests-web": "./cli.js"
},
"engines": {
"node": ">=10.0.0"
"node": ">=22.18.0"
},
"scripts": {
"build:bbc-a11y": "node buildBbcA11y.js",
Expand All @@ -21,9 +22,9 @@
"start:lighthouse:junit-headless": "A11Y_HEADLESS=true node runLighthouse.js",
"start:lighthouse:headless": "A11Y_HEADLESS=true A11Y_PRETTY=true node runLighthouse.js",
"lint": "npm run clean && eslint .",
"test": "mocha 'test/**/*.js'",
"posttest": "npm run lint",
"coverage": "nyc --reporter=lcov npm test && nyc report"
"test": "mocha 'test/**/*.js' && npm run lint",
"coverage": "nyc --reporter=lcov npm test && nyc report",
"publish:safe": "npx @bbc/iplayer-web-safe-publish"
},
"author": "Andy Smith",
"license": "Apache-2.0",
Expand Down Expand Up @@ -54,4 +55,4 @@
"lib/*"
]
}
}
}
Loading