{
	"name": "draw-things-mcp-cursor",
	"version": "1.4.3",
	"description": "Draw Things API integration for Cursor using Model Context Protocol (MCP)",
	"private": false,
	"type": "module",
	"main": "dist/index.js",
	"bin": {
		"draw-things-mcp-cursor": "./dist/index.js"
	},
	"scripts": {
		"start": "node --experimental-vm-modules --no-warnings dist/index.js",
		"dev": "NODE_OPTIONS='--loader ts-node/esm' ts-node src/index.ts",
		"build": "node build.mjs",
		"test": "node --experimental-vm-modules --no-warnings test-mcp.js",
		"prepare": "npm run build",
		"prepublishOnly": "npm run build",
		"typecheck": "tsc --noEmit"
	},
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.7.0",
		"axios": "^1.8.0",
		"zod": "^3.24.2"
	},
	"devDependencies": {
		"@rollup/plugin-node-resolve": "^16.0.0",
		"@swc/cli": "^0.3.8",
		"@swc/core": "^1.4.8",
		"@swc/helpers": "^0.5.6",
		"@types/node": "^20.17.19",
		"rimraf": "^5.0.10",
		"rollup": "^4.34.9",
		"ts-node": "^10.9.2",
		"typescript": "^5.3.3",
		"zod-to-json-schema": "3.20.3"
	},
	"overrides": {
		"zod-to-json-schema": "3.20.3"
	},
	"resolutions": {
		"zod-to-json-schema": "3.20.3"
	},
	"files": [
		"dist",
		"README.md",
		"cursor-setup.md"
	],
	"keywords": [
		"cursor",
		"mcp",
		"draw-things",
		"ai",
		"image-generation",
		"stable-diffusion"
	],
	"author": "jaokuohsuan",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/jaokuohsuan/draw-things-mcp"
	},
	"bugs": {
		"url": "https://github.com/jaokuohsuan/draw-things-mcp/issues"
	},
	"homepage": "https://github.com/jaokuohsuan/draw-things-mcp#readme",
	"engines": {
		"node": ">=16.0.0"
	},
	"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab"
}
