package.json•957 B
{
"name": "school-attendance-mcp",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx src/main.ts",
"build": "tsc",
"test:direct": "tsx test-direct.js",
"test:http": "tsx test-simple.js",
"test:tools": "./test-tools.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@nestjs/common": "^11.1.8",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.8",
"@nestjs/platform-express": "^11.1.8",
"@octokit/rest": "^21.1.1",
"@types/body-parser": "^1.19.6",
"@types/express": "^5.0.5",
"body-parser": "^2.2.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/node": "^24.10.0",
"ts-node": "^10.9.2",
"tsx": "^4.20.6"
}
}