{ "name": "coding_challenge_tests", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "axios": "^1.7.2", "jest": "^29.7.0", "pg": "^8.12.0" } }