Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
burnworks committed Nov 2, 2023
1 parent d15faed commit 9165eab
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
{
"name": "axe-auto-reporter.js",
"type": "module",
"version": "1.0.0",
"version": "1.1.3",
"description": "Automated accessibility testing script using @axe-core/puppeteer, outputting results as HTML.",
"license": "MIT",
"author": "burnworks",
"repository": {
"type": "git",
"url": "https://github.com/burnworks/axe-auto-reporter"
},
"keywords": [
"accessibility",
"a11y",
"a11y-testing",
"axe-core"
],
"dependencies": {
"@axe-core/puppeteer": "^4.8.1",
"puppeteer": "^21.4.1"
},
"devDependencies": {
"tailwindcss": "^3.3.5"
}
}
}

0 comments on commit 9165eab

Please sign in to comment.