1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19{ "name": "equalify-axe-node", "version": "1.0.0", "description": "A service that returns Axe json from a url.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.2.0", "express": "^4.18.2" }, "devDependencies": { "axe-core": "^4.5.2" } }