{
  "name": "abap-adt-api",
  "version": "8.4.1",
  "description": "Interface to Abap Developer Tools webservice",
  "outDir": "build",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prepublishOnly": "tsc",
    "test": "jest"
  },
  "keywords": [
    "ABAP",
    "ADT"
  ],
  "author": "Marcello Urbani",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcellourbani/abap-adt-api.git"
  },
  "dependencies": {
    "axios": "^1.15.2",
    "fast-xml-parser": "^5.7.2",
    "fp-ts": "^2.16.7",
    "html-entities": "^2.5.2",
    "io-ts": "^2.2.21",
    "io-ts-reporters": "^2.0.1",
    "sprintf-js": "^1.1.3"
  },
  "devDependencies": {
    "@types/html-entities": "^1.3.4",
    "@types/jest": "^27.5.2",
    "@types/node": "^17.0.29",
    "@types/sprintf-js": "^1.1.2",
    "@types/tough-cookie": "^4.0.2",
    "client-oauth2": "^4.3.3",
    "eslint": "^8.14.0",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.5",
    "typescript": "^5.8.3"
  }
}
