-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 968 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "apimatic-validator---mcp",
"version": "1.0.0",
"main": "index.js",
"bin": {
"APIMatic": "./build/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && node -e \"if (process.platform !== 'win32') require('fs').chmodSync('build/index.js', 0o755)\"",
"start": "tsc && node build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"files": [
"build"
],
"dependencies": {
"@apimatic/authentication-adapters": "^0.5.6",
"@apimatic/axios-client-adapter": "^0.3.8",
"@apimatic/core": "^0.10.18",
"@apimatic/schema": "^0.7.15",
"@modelcontextprotocol/sdk": "^1.7.0",
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^6.0.3",
"@types/node": "^22.13.10",
"chmod-cli": "^2.0.1",
"typescript": "^5.8.2"
}
}