{
  "name": "node-payfast",
  "version": "1.0.2",
  "main": "index.js",
  "repository": "git@github.com:ronaldlangeveld/node-payfast.git",
  "author": "Ronald Langeveld <hi@ronaldlangeveld.com>",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "ship": "npm publish",
    "lint:code": "eslint *.js lib/ --ext .js --cache",
    "lint": "yarn lint:code && yarn lint:test",
    "lint:test": "eslint -c test/.eslintrc.js test/ --ext .js --cache"
  },
  "eslintIgnore": [
    "**/node_modules/**"
  ],
  "dependencies": {
    "axios": "^1.3.4",
    "crypto": "^1.0.1"
  },
  "devDependencies": {
    "dotenv": "^16.0.1",
    "eslint": "^8.37.0",
    "eslint-plugin-ghost": "^2.16.0",
    "jest": "^29.5.0",
    "lint-staged": "^13.2.0"
  }
}
