package.jsonโข743 B
{
"name": "smithery-scaffold",
"version": "1.0.0",
"description": "Vibe Marketing MCP Tools",
"main": "index.js",
"module": "./src/index.ts",
"type": "module",
"scripts": {
"dev": "npx @smithery/cli dev",
"build": "tsc",
"start": "node dist/index.js",
"test": "vitest",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"type-check": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"jose": "^6.0.11",
"yaml": "^2.8.0",
"zod": "^3.25.46"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@smithery/cli": "^1.2.4",
"@types/node": "^24.0.8",
"tsx": "^4.19.4",
"typescript": "^5.7.2",
"vitest": "^3.2.4"
}
}