package.json•817 B
{
"name": "horoscope",
"version": "1.0.0",
"license": "MIT",
"author": "Freddie",
"homepage": "https://github.com/GBcui/horoscope-serve",
"bugs": "https://github.com/GBcui/horoscope-serve/issues",
"type": "module",
"access": "public",
"main": "dist/index.js",
"module": "dist/index.js",
"bin": {
"horoscope": "dist/index.js"
},
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector dist/index.js"
},
"files": [
"dist"
],
"keywords": [],
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.13",
"shx": "^0.4.0",
"typescript": "^5.8.2"
}
}