package.json•1.61 kB
{
"name": "caniuse-mcp-server",
"version": "1.2.1",
"description": "Advanced MCP server for CSS/JS feature compatibility checking with configurable browser targets, polyfill support, and smart project scanning",
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"bin": {
"caniuse-mcp-server": "./index.js"
},
"files": [
"index.js",
"src/",
"README.md",
"LICENSE",
"examples/"
],
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "node --test",
"prepublishOnly": "npm test || echo 'Warning: tests not implemented'"
},
"keywords": [
"mcp",
"model-context-protocol",
"caniuse",
"browser-compatibility",
"css",
"javascript",
"polyfill",
"web-development",
"compatibility-check",
"chrome",
"firefox",
"safari",
"cursor",
"claude",
"ai-tools"
],
"author": "Mahdiar Kaheh <mahdiar.dev@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.1",
"node-fetch": "^3.3.2",
"zod": "^3.23.8"
},
"engines": {
"node": ">=18.0.0"
},
"preferGlobal": true,
"directories": {
"example": "examples"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Amirmahdi-Kaheh/caniuse-mcp.git"
},
"bugs": {
"url": "https://github.com/Amirmahdi-Kaheh/caniuse-mcp/issues"
},
"homepage": "https://github.com/Amirmahdi-Kaheh/caniuse-mcp#readme"
}