{
  "name": "paymongo",
  "version": "1.3.2",
  "description": "",
  "main": "dist/index.js",
  "jest": {
    "verbose": true
  },
  "scripts": {
    "test": "jest",
    "lint": "npx eslint src --fix -c .eslintrc",
    "prebuild": "rimraf dist && npm run test",
    "build": "rollup -c",
    "build:only": "rollup -c",
    "try": "node tester.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jofftiquez/paymongo.git"
  },
  "author": "Jofferson R Tiquez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jofftiquez/paymongo/issues"
  },
  "homepage": "https://github.com/jofftiquez/paymongo#readme",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.7",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.7",
    "@babel/preset-es2015": "^7.0.0-beta.53",
    "@babel/runtime": "^7.8.7",
    "babel-eslint": "^10.1.0",
    "babel-minify": "^0.5.1",
    "cross-env": "^6.0.3",
    "eslint": "^6.8.0",
    "faker": "^4.1.0",
    "jest": "^24.9.0",
    "rimraf": "^3.0.2",
    "rollup": "^1.32.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-uglify": "^6.0.4"
  },
  "dependencies": {
    "bent": "^7.3.1",
    "path-parse": "1.0.7",
    "tmpl": "^1.0.5"
  }
}
