@iota-big3/sdk-education-library-api
Version:
Digital Learning Hub with Relationship-Centered Literacy - Library platform following proven AdminAPI delegation pattern
65 lines (64 loc) • 1.84 kB
JSON
{
"name": "@iota-big3/sdk-education-library-api",
"version": "1.0.0",
"description": "Digital Learning Hub with Relationship-Centered Literacy - Library platform following proven AdminAPI delegation pattern",
"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",
"dev": "ts-node src/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:delegation": "vitest run tests/unit/delegation.test.ts",
"lint": "eslint src/**/*.ts",
"format": "prettier --write \"src/**/*.ts\"",
"clean": "rm -rf dist"
},
"dependencies": {
"@iota-big3/sdk-education-core": "workspace:*",
"@iota-big3/sdk-types": "workspace:*",
"@iota-big3/sdk-observability": "workspace:*",
"@iota-big3/sdk-core": "workspace:*",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"helmet": "^7.1.0"
},
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitest/ui": "^3.2.4",
"c8": "^10.1.3",
"eslint": "^8.56.0",
"happy-dom": "^18.0.1",
"jsdom": "^26.1.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vitest": "^1.1.0",
"@vitest/coverage-v8": "^1.1.0"
},
"keywords": [
"education",
"library",
"literacy",
"relationship-intelligence",
"digital-learning",
"library-management",
"circulation",
"research-support",
"chattanooga-prep"
]
}