{
  "name": "vietnam-qr-pay",
  "version": "1.5.0",
  "description": "Encode/Decode VietQR and VNPAY-QR",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "lint": "eslint --ext .ts .",
    "release": "yarn build && yarn publish",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xuannghia/vietnam-qr-pay.git"
  },
  "keywords": [
    "vietqr",
    "vnpayqr",
    "napas",
    "napas247",
    "qr-pay"
  ],
  "author": "xuannghia <xuannghia.dev@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xuannghia/vietnam-qr-pay/issues"
  },
  "homepage": "https://github.com/xuannghia/vietnam-qr-pay#readme",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/jest": "^28.1.3",
    "@typescript-eslint/eslint-plugin": "^6.7.2",
    "@typescript-eslint/parser": "^6.7.2",
    "eslint": "^8.50.0",
    "jest": "^28.1.1",
    "qrto": "^0.0.3",
    "ts-jest": "^28.0.5",
    "ts-node": "^10.8.1",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {},
  "dependencies": {},
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "./",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "testEnvironment": "node"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
