|
1 | 1 | { |
2 | | - "name": "mcp-creatio", |
3 | | - "version": "0.6.2", |
4 | | - "main": "dist/index.js", |
5 | | - "bin": { |
6 | | - "mcp-creatio": "dist/cli.js" |
7 | | - }, |
8 | | - "files": [ |
9 | | - "dist" |
10 | | - ], |
11 | | - "scripts": { |
12 | | - "test": "vitest run", |
13 | | - "test:watch": "vitest", |
14 | | - "test:coverage": "vitest run --coverage", |
15 | | - "clean": "rimraf ./dist", |
16 | | - "prebuild": "npm run clean", |
17 | | - "build": "tsc", |
18 | | - "start": "ts-node src/index.ts", |
19 | | - "start:cli": "ts-node src/cli.ts", |
20 | | - "start:stdio": "ts-node src/cli.ts", |
21 | | - "prepack": "npm run build", |
22 | | - "lint": "eslint --ext .ts src", |
23 | | - "lint:fix": "eslint --ext .ts src --fix", |
24 | | - "format": "prettier --write \"src/**/*.{ts,js,json}\" \"test/**/*.ts\" \"*.md\"", |
25 | | - "format:check": "prettier --check \"src/**/*.{ts,js,json}\" \"test/**/*.ts\" \"*.md\"" |
26 | | - }, |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "git+https://github.com/CRACKISH/mcp-creatio.git" |
30 | | - }, |
31 | | - "keywords": [ |
32 | | - "mcp", |
33 | | - "model-context-protocol", |
34 | | - "creatio", |
35 | | - "creatio-crm", |
36 | | - "crm", |
37 | | - "odata", |
38 | | - "mcp-server", |
39 | | - "chatgpt", |
40 | | - "claude", |
41 | | - "github-copilot", |
42 | | - "typescript", |
43 | | - "ai-tools" |
44 | | - ], |
45 | | - "author": "", |
46 | | - "license": "MIT", |
47 | | - "bugs": { |
48 | | - "url": "https://github.com/CRACKISH/mcp-creatio/issues" |
49 | | - }, |
50 | | - "homepage": "https://github.com/CRACKISH/mcp-creatio#readme", |
51 | | - "description": "MCP server for Creatio CRM. Connect Claude Desktop, ChatGPT, and GitHub Copilot to Creatio via Model Context Protocol and OData v4.", |
52 | | - "devDependencies": { |
53 | | - "@types/express": "5.0.6", |
54 | | - "@types/node": "^26.0.1", |
55 | | - "@types/supertest": "^7.2.0", |
56 | | - "@typescript-eslint/eslint-plugin": "^8.62.0", |
57 | | - "@typescript-eslint/parser": "^8.62.0", |
58 | | - "@vitest/coverage-v8": "^4.1.9", |
59 | | - "eslint": "^9.39.4", |
60 | | - "eslint-config-prettier": "^10.1.8", |
61 | | - "eslint-plugin-import": "^2.32.0", |
62 | | - "eslint-plugin-prettier": "^5.5.6", |
63 | | - "prettier": "^3.8.4", |
64 | | - "rimraf": "^6.1.3", |
65 | | - "supertest": "^7.2.2", |
66 | | - "ts-node": "^10.9.2", |
67 | | - "typescript": "^6.0.3", |
68 | | - "vitest": "^4.1.9" |
69 | | - }, |
70 | | - "dependencies": { |
71 | | - "@modelcontextprotocol/sdk": "^1.29.0", |
72 | | - "@types/jsonwebtoken": "^9.0.10", |
73 | | - "express": "^5.2.1", |
74 | | - "fast-xml-parser": "^5.9.3", |
75 | | - "jsonwebtoken": "^9.0.3", |
76 | | - "redis": "^4.7.1", |
77 | | - "undici": "^6.27.0", |
78 | | - "zod": "^4.4.3" |
79 | | - } |
| 2 | + "name": "mcp-creatio", |
| 3 | + "version": "0.6.3", |
| 4 | + "main": "dist/index.js", |
| 5 | + "bin": { |
| 6 | + "mcp-creatio": "dist/cli.js" |
| 7 | + }, |
| 8 | + "files": [ |
| 9 | + "dist" |
| 10 | + ], |
| 11 | + "scripts": { |
| 12 | + "test": "vitest run", |
| 13 | + "test:watch": "vitest", |
| 14 | + "test:coverage": "vitest run --coverage", |
| 15 | + "clean": "rimraf ./dist", |
| 16 | + "prebuild": "npm run clean", |
| 17 | + "build": "tsc", |
| 18 | + "start": "ts-node src/index.ts", |
| 19 | + "start:cli": "ts-node src/cli.ts", |
| 20 | + "start:stdio": "ts-node src/cli.ts", |
| 21 | + "prepack": "npm run build", |
| 22 | + "lint": "eslint --ext .ts src", |
| 23 | + "lint:fix": "eslint --ext .ts src --fix", |
| 24 | + "format": "prettier --write \"src/**/*.{ts,js,json}\" \"test/**/*.ts\" \"*.md\"", |
| 25 | + "format:check": "prettier --check \"src/**/*.{ts,js,json}\" \"test/**/*.ts\" \"*.md\"" |
| 26 | + }, |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "git+https://github.com/CRACKISH/mcp-creatio.git" |
| 30 | + }, |
| 31 | + "keywords": [ |
| 32 | + "mcp", |
| 33 | + "model-context-protocol", |
| 34 | + "creatio", |
| 35 | + "creatio-crm", |
| 36 | + "crm", |
| 37 | + "odata", |
| 38 | + "mcp-server", |
| 39 | + "chatgpt", |
| 40 | + "claude", |
| 41 | + "github-copilot", |
| 42 | + "typescript", |
| 43 | + "ai-tools" |
| 44 | + ], |
| 45 | + "author": "", |
| 46 | + "license": "MIT", |
| 47 | + "bugs": { |
| 48 | + "url": "https://github.com/CRACKISH/mcp-creatio/issues" |
| 49 | + }, |
| 50 | + "homepage": "https://github.com/CRACKISH/mcp-creatio#readme", |
| 51 | + "description": "MCP server for Creatio CRM. Connect Claude Desktop, ChatGPT, and GitHub Copilot to Creatio via Model Context Protocol and OData v4.", |
| 52 | + "devDependencies": { |
| 53 | + "@types/express": "5.0.6", |
| 54 | + "@types/node": "^26.0.1", |
| 55 | + "@types/supertest": "^7.2.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^8.62.0", |
| 57 | + "@typescript-eslint/parser": "^8.62.0", |
| 58 | + "@vitest/coverage-v8": "^4.1.9", |
| 59 | + "eslint": "^9.39.4", |
| 60 | + "eslint-config-prettier": "^10.1.8", |
| 61 | + "eslint-plugin-import": "^2.32.0", |
| 62 | + "eslint-plugin-prettier": "^5.5.6", |
| 63 | + "prettier": "^3.8.4", |
| 64 | + "rimraf": "^6.1.3", |
| 65 | + "supertest": "^7.2.2", |
| 66 | + "ts-node": "^10.9.2", |
| 67 | + "typescript": "^6.0.3", |
| 68 | + "vitest": "^4.1.9" |
| 69 | + }, |
| 70 | + "dependencies": { |
| 71 | + "@modelcontextprotocol/sdk": "^1.29.0", |
| 72 | + "@types/jsonwebtoken": "^9.0.10", |
| 73 | + "express": "^5.2.1", |
| 74 | + "fast-xml-parser": "^5.9.3", |
| 75 | + "jsonwebtoken": "^9.0.3", |
| 76 | + "redis": "^4.7.1", |
| 77 | + "undici": "^6.27.0", |
| 78 | + "zod": "^4.4.3" |
| 79 | + } |
80 | 80 | } |
0 commit comments