{
  "name": "@basel_mn/qv-api-client",
  "version": "1.8.1",
  "description": "TypeScript/JavaScript client for QV API, providing easy access to invoices, payments, and Swish integration",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags",
    "clean": "rm -rf dist/",
    "rebuild": "npm run clean && npm run build"
  },
  "keywords": [
    "billmate",
    "qv",
    "api",
    "client",
    "invoices",
    "payments",
    "swish",
    "typescript"
  ],
  "author": "Billmate AB",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.4.0",
    "moment": "^2.29.4"
  },
  "devDependencies": {
    "@types/node": "^20.2.3",
    "typescript": "^5.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/billmate/qv-api-client.git"
  },
  "bugs": {
    "url": "https://github.com/billmate/qv-api-client/issues"
  },
  "homepage": "https://github.com/billmate/qv-api-client#readme"
}
