{
  "name": "payhere-js-sdk",
  "version": "1.0.2",
  "description": "Full Fledged Payhere.lk JavaScript SDK",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pavinduLakshan/payhere-js-sdk.git"
  },
  "keywords": [
    "payhere.lk",
    "javascript"
  ],
  "author": "Pavindu Lakshan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pavinduLakshan/payhere-js-sdk/issues"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/pavinduLakshan/payhere-js-sdk#readme",
  "peerDependencies": {
    "react": "^16.14.0",
    "react-dom": "^16.14.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@types/react": "^18.2.14",
    "jest": "^29.5.0",
    "prettier": "^2.8.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^27.0.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.1.6"
  }
}
