{
  "name": "paypal-rest",
  "version": "1.3.2-ALPHA",
  "description": "SDK for REST PayPal API",
  "main": "dist/index.js",
  "scripts": {
    "test": "npm run build && jest --watch --verbose --coverage",
    "build": "tsc",
    "prepublish": "rm -rf dist/ && npm run build",
    "start": "node .",
    "dev": "npm run build && npm run start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pioupia/paypal-rest.git"
  },
  "keywords": [
    "paypal",
    "SDK",
    "rest",
    "API"
  ],
  "author": "Pioupia",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pioupia/paypal-rest/issues"
  },
  "homepage": "https://github.com/pioupia/paypal-rest#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.22.15",
    "@babel/preset-typescript": "^7.22.15",
    "@types/jest": "^29.5.4",
    "@types/node": "^20.5.9",
    "jest": "^29.7.0"
  }
}
