Gauntlet-Incept MCP

{ "name": "gauntlet-incept-qti-service", "version": "0.1.0", "description": "QTI service for the Gauntlet Incept project", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "jest" }, "dependencies": { "express": "^4.18.2", "pg": "^8.11.3", "dotenv": "^16.3.1", "cors": "^2.8.5", "winston": "^3.11.0" }, "devDependencies": { "jest": "^29.7.0", "nodemon": "^3.0.1", "supertest": "^6.3.3" } }