@mcp-abap-adt/connection
Version:
ABAP connection layer for MCP ABAP ADT server
65 lines (64 loc) • 1.66 kB
JSON
{
"name": "@mcp-abap-adt/connection",
"version": "1.5.3",
"description": "ABAP connection layer for MCP ABAP ADT server",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"bin",
"README.md",
"LICENSE"
],
"bin": {
"sap-abap-auth": "./bin/sap-abap-auth.js"
},
"keywords": [
"abap",
"sap",
"adt",
"connection",
"mcp",
"abap-adt"
],
"author": "Oleksii Kyslytsia <oleksij.kyslytsja@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/fr0ster/mcp-abap-connection#readme",
"bugs": {
"url": "https://github.com/fr0ster/mcp-abap-connection/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fr0ster/mcp-abap-connection.git"
},
"scripts": {
"chrono": "./tools/version-stats.sh",
"clean": "rm -rf dist tsconfig.tsbuildinfo",
"lint": "npx biome check --write src",
"lint:check": "npx biome check src",
"format": "npx biome format --write src",
"build": "npm run --silent clean && npx biome check src --diagnostic-level=error && npx tsc -p tsconfig.json",
"build:fast": "npx tsc -p tsconfig.json",
"test": "jest",
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@mcp-abap-adt/interfaces": "^3.0.0",
"axios": "^1.13.5",
"commander": "^14.0.3",
"express": "^5.1.0",
"open": "^11.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"@types/jest": "^30.0.0",
"@types/node": "^25.2.3",
"jest": "^30.2.0",
"jest-util": "^30.2.0",
"ts-jest": "^29.2.5",
"typescript": "^5.9.2"
}
}