{
  "name": "abra-flexi",
  "version": "0.8.0",
  "description": "ABRA Flexi API Typescript client. Automaticly generated from API json annotations.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run clean && npx tsdown",
    "publish": "npm pack && npm publish",
    "clean": "rimraf dist",
    "build:gen": "rm -rf ./bin && tsc --project tsconfig.generator.json && cp -r ./generator/templates bin/",
    "generate": "npm run build:gen && node bin/generator.js",
    "dev": "nodemon 'src/index.ts' --exec 'ts-node' src/index.ts -e ts,graphql",
    "debug": "nodemon --exec 'node --require ts-node/register --inspect=9229 src/index.ts' -e ts,graphql,env --watch .env --watch .",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:integration": "jest --testPathPattern=\\.integration\\.test\\.ts$"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomasKavan/abraFlexiClient.git"
  },
  "author": "Tomas Kavan",
  "license": "BSD-2-Clause",
  "keywords": [
    "ABRA Flexi",
    "ABRA API",
    "ABRA Flexi API",
    "ABRA API Client"
  ],
  "devDependencies": {
    "@types/big.js": "^6.2.2",
    "@types/ejs": "^3.1.5",
    "@types/node": "^22.13.10",
    "@types/yargs": "^17.0.33",
    "ejs": "^3.1.10",
    "nodemon": "^3.0.1",
    "npm-run-all": "^4.1.5",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.0.3",
    "ts-node": "^10.9.2",
    "tsc-watch": "^6.2.1",
    "tsdown": "^0.18.1",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "yargs": "^17.7.2"
  },
  "dependencies": {
    "big.js": "^6.2.2"
  },
  "bugs": {
    "url": "https://github.com/tomasKavan/abraFlexiClient/issues"
  },
  "homepage": "https://github.com/tomasKavan/abraFlexiClient#readme"
}
