package.json•996 B
{
"name": "skolverket-mcp",
"version": "2.1.0",
"description": "Komplett MCP server för Skolverkets öppna API:er med resources, prompts, caching, logging och mer",
"main": "dist/index.js",
"type": "module",
"bin": {
"skolverket-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"skolverket",
"läroplan",
"utbildning",
"education",
"sweden",
"curriculum",
"skolenheter",
"school-units",
"vuxenutbildning",
"adult-education",
"yrkeshögskola",
"komvux",
"sfi",
"model-context-protocol"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.9",
"p-limit": "^7.2.0",
"winston": "^3.18.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0"
}
}