{
"name": "@opensymphony/api-client",
"version": "1.0.0",
"description": "Gateway API client with transport adapters",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": ["dist", "src"],
"scripts": {
"build": "tsc --build tsconfig.json",
"type-check": "tsc --noEmit",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@opensymphony/gateway-schema": "*"
},
"devDependencies": {
"typescript": "^5.8.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.0",
"@types/jest": "^29.5.14"
}
}