{
  "name": "@platform-modules/tax",
  "version": "0.0.2",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/platform-modules/mod.git",
    "directory": "packages/tax"
  },
  "exports": {
    "./rates-table": {
      "types": "./dist/rates-table/index.d.ts",
      "import": "./dist/rates-table/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@platform-modules/db": "^0.2.0"
  },
  "devDependencies": {
    "tsup": "^8.2.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0",
    "@platform-modules/db": "0.2.0",
    "@tooling/tsup-config": "0.0.0"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}