43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "@cloner/api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Hono REST and MCP API for ditto.site clone jobs.",
|
|
"license": "MIT",
|
|
"author": "ion-design",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ion-design/ditto.site.git",
|
|
"directory": "packages/api"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ion-design/ditto.site/issues"
|
|
},
|
|
"homepage": "https://github.com/ion-design/ditto.site#readme",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"dev": "tsx watch src/server.ts",
|
|
"start": "tsx src/server.ts",
|
|
"test": "node --import tsx --test test/*.test.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@cloner/core": "*",
|
|
"@cloner/db": "*",
|
|
"@cloner/storage": "*",
|
|
"@hono/node-server": "^1.13.7",
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"hono": "^4.6.14",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cloner/test-utils": "*",
|
|
"@types/node": "22.10.5",
|
|
"tsx": "4.22.4",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|