fix run update
Showing
No preview for this file type
| ... | ... | @@ -3,13 +3,13 @@ |
| "version": "1.0.0", | ||
| "type": "module", | ||
| "description": "MCP Server cho ACM GraphQL API", | ||
| "main": "dist/index.js", | ||
| "bin": { | ||
| "acm-graphql-mcp": "dist/index.js" | ||
| }, | ||
| "files": ["dist"], | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "prepublishOnly": "npm run build", | ||
| "start": "node dist/index.js", | ||
| "dev": "tsx src/index.ts" | ||
| }, | ||
| ... | ... | @@ -22,5 +22,8 @@ |
| "@types/node": "^22.0.0", | ||
| "tsx": "^4.0.0", | ||
| "typescript": "^5.6.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=18" | ||
| } | ||
| } |
Please register or sign in to comment