1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18{ "name": "equalify-schema-app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "ajv": "^8.12.0", "body-parser": "^1.20.2", "express": "^4.18.3" } }