{
  "name": "@matech/thebigpos-sdk",
  "version": "2.47.1-rc0",
  "description": "The Big POS Typescript SDK",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc",
    "test": "mocha -r ts-node/register 'src/api_test.spec.ts' --exit",
    "browserify": "tsc && esbuild dist/index.js --bundle --minify --sourcemap --global-name=thebigpos --outfile=dist/thebigpos.min.js",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MortgageAutomationTechnologies/thebigpos-sdk-typescript.git"
  },
  "keywords": [
    "pos",
    "loans",
    "mortgage",
    "automation"
  ],
  "author": "Mortgage Automation Technologies",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MortgageAutomationTechnologies/thebigpos-sdk-typescript/issues"
  },
  "homepage": "https://github.com/MortgageAutomationTechnologies/thebigpos-sdk-typescript#readme",
  "engines": {
    "node": ">=18"
  },
  "peerDependencies": {
    "axios": "^1"
  },
  "devDependencies": {
    "axios": "^1.16.1",
    "esbuild": "^0.28.1",
    "husky": "^9.1.5",
    "rimraf": "6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "resolutions": {
    "diff": "^4.0.4",
    "brace-expansion": "^5.0.6",
    "follow-redirects": "^1.16.0",
    "form-data": "^4.0.6"
  }
}
