stock-bot/apps/wcag-ada/shared/package.json
2025-06-28 11:11:34 -04:00

18 lines
No EOL
343 B
JSON

{
"name": "@wcag-ada/shared",
"version": "0.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"dev": "tsc -w",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"axe-core": "^4.8.3"
},
"devDependencies": {
"@types/node": "^20.11.5",
"typescript": "^5.3.3"
}
}