{
	"name": "pi-ticktick",
	"version": "0.1.0",
	"description": "Pi extension bridging TickTick official MCP into Pi tools",
	"type": "module",
	"keywords": [
		"pi-package",
		"pi",
		"ticktick",
		"mcp"
	],
	"license": "MIT",
	"author": "lludol",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/lludol/pi-ticktick.git"
	},
	"bugs": {
		"url": "https://github.com/lludol/pi-ticktick/issues"
	},
	"homepage": "https://github.com/lludol/pi-ticktick#readme",
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		],
		"image": "https://raw.githubusercontent.com/lludol/pi-ticktick/main/docs/gallery.png"
	},
	"scripts": {
		"test": "tsc --noEmit && tsx test/verify-load.ts && tsx test/coerce-arguments.ts && tsx test/schema-fixtures.ts && tsx test/tool-name-collision.ts && tsx test/live-mcp-schemas.ts",
		"check": "biome check .",
		"check:fix": "biome check --write .",
		"typecheck": "tsc --noEmit",
		"export-schemas": "tsx test/export-mcp-schemas.ts"
	},
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.29.0"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.15",
		"@earendil-works/pi-ai": "^0.75.5",
		"@earendil-works/pi-coding-agent": "^0.75.5",
		"@types/node": "^22.0.0",
		"tsx": "^4.19.0",
		"typebox": "1.1.38",
		"typescript": "^5.8.0"
	}
}
