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