{
  "name": "payment-integration-helper",
  "version": "1.0.0",
  "description": "payment-integration-helper",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "dist",
    "lib",
    "src"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.{ts,tsx}\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "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/khaledzaki2017/Payment-Integration-Helper.git"
  },
  "keywords": [
    "Payment",
    "Integration"
  ],
  "author": "khaled-zaki",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/khaledzaki2017/Payment-Integration-Helper/issues"
  },
  "homepage": "https://github.com/khaledzaki2017/Payment-Integration-Helper#readme",
  "devDependencies": {
    "@types/jest": "^25.2.3",
    "jest": "^26.0.1",
    "prettier": "2.0.5",
    "ts-jest": "^26.0.0",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.9.3"
  }
}
