@iota-big3/sdk-education-teacher-api
Version:
Teacher Tools API for Education Platform - Classroom management, grading, and insights
65 lines (64 loc) • 1.8 kB
JSON
{
"name": "@iota-big3/sdk-education-teacher-api",
"version": "1.0.0",
"description": "Teacher Tools API for Education Platform - Classroom management, grading, and insights",
"author": "IOTA Big3 Team",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"clean": "rm -rf dist",
"test": "jest",
"test:unit": "jest --testPathPattern=tests/unit",
"test:integration": "jest --testPathPattern=tests/integration",
"dev": "nodemon --exec ts-node src/index.ts",
"start": "node dist/index.js",
"lint": "eslint src/**/*.ts",
"format": "prettier --write \"src/**/*.ts\"",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
},
"dependencies": {
"@iota-big3/sdk-auth": "workspace:*",
"@iota-big3/sdk-middleware": "workspace:*",
"@iota-big3/sdk-observability": "workspace:*",
"@iota-big3/sdk-realtime": "workspace:*",
"@iota-big3/sdk-security": "workspace:*",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.10",
"@types/multer": "^1.4.11",
"@types/node": "^20.10.0",
"@vitest/ui": "^3.2.4",
"c8": "^10.1.3",
"eslint": "^8.55.0",
"happy-dom": "^18.0.1",
"jest": "^29.7.0",
"jsdom": "^26.1.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2",
"vitest": "^3.2.4"
},
"keywords": [
"education",
"teacher",
"classroom",
"grading",
"assignments",
"gradebook",
"attendance",
"rubrics",
"insights"
]
}