package.json•1.7 kB
{
"name": "@starwind-ui/mcp",
"version": "0.2.1",
"description": "The Starwind UI MCP Server",
"type": "module",
"main": "dist/server.js",
"bin": {
"starwind-ui-mcp": "./dist/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/starwind-ui/starwind-ui-mcp.git"
},
"bugs": {
"url": "https://github.com/starwind-ui/starwind-ui-mcp/issues"
},
"keywords": [
"mcp",
"model-context-protocol",
"starwind",
"starwind ui",
"starwind mcp",
"astro",
"cursor",
"claude",
"windsurf",
"ai-tools"
],
"author": {
"name": "webreaper",
"url": "https://x.com/BowTiedWebReapr"
},
"license": "MIT",
"scripts": {
"start": "node dist/server.js",
"dev": "pnpm build && node dist/server.js",
"build": "tsc",
"build:clean": "pnpm build && tsx scripts/clean_dist.ts",
"clean": "tsx scripts/clean_dist.ts",
"clean:deploy": "tsx scripts/clean_dist.ts && tsx scripts/copy_deploy.ts",
"watch": "tsc --watch",
"format": "pnpm format:write",
"format:write": "eslint . --fix && prettier --write \"**/*.{ts,js,mjs,cjs}\" --cache",
"lint": "eslint ."
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"dotenv": "^16.4.1"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^20.11.0",
"@vitest/coverage-v8": "^3.0.8",
"eslint": "^9.30.1",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^16.3.0",
"nodemon": "^3.0.3",
"prettier": "^3.5.3",
"tsx": "^4.20.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.35.1",
"vitest": "^3.0.8"
}
}