{ "name": "wellness-air", "version": "0.7.3", "description": "Local-first air quality MCP for AI agents \u2014 AirGradient (open hardware), AirThings, PurpleAir, IQAir AirVisual, Awair. Correlate AQI with sleep, recovery, and wellness.", "license": "MIT", "type": "module", "bin": { "wellness-air": "dist/index.js", "wellness-air-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "SECURITY.md", "CHANGELOG.md", "server.json", "llms.txt", "examples", "skill" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit -p tsconfig.json", "start": "node dist/index.js", "dev": "tsx src/index.ts", "smoke": "node scripts/smoke-tools.mjs", "test:metadata": "node scripts/metadata-check.mjs", "test:air-trend": "node scripts/test-air-trend.mjs", "test:providers": "node scripts/provider-contract-test.mjs", "test:demo-contract": "node scripts/demo-contract-test.mjs", "test": "npm run typecheck && npm run build && npm run smoke && npm run test:metadata && npm run test:air-trend && npm run test:providers && npm run test:demo-contract && npm run test:skill-surface", "prepublishOnly": "npm test", "test:skill-surface": "node scripts/test-skill-surface.mjs" }, "engines": { "node": ">=20" }, "homepage": "https://wellness.delx.ai/connectors/air", "repository": { "type": "git", "url": "git+https://github.com/davidmosiah/wellness-air.git" }, "bugs": { "url": "https://github.com/davidmosiah/wellness-air/issues", "email": "support@delx.ai" }, "keywords": [ "mcp", "model-context-protocol", "ai-agents", "air-quality", "aqi", "airgradient", "airthings", "purpleair", "iqair", "awair", "wellness", "delx-wellness" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "cors": "^2.8.6", "express": "^5.2.1", "zod": "^4.4.3" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "tsx": "^4.20.6", "typescript": "^6.0.3" }, "mcpName": "io.github.davidmosiah/wellness-air", "publishConfig": { "access": "public" }, "main": "dist/index.js", "overrides": { "qs": "6.15.2", "hono": "4.13.1", "fast-uri": "3.1.5", "ip-address": "10.4.0", "@hono/node-server": "2.1.0", "body-parser": "2.3.0" } }