{
  "name": "omise",
  "version": "0.12.0",
  "description": "Omise Node.js bindings",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "jsesc": "jsesc *.js lib/*.js test/*.js",
    "test": "mocha test",
    "test:coverage": "nyc --reporter=lcov mocha",
    "test:watch": "npm test -- --watch",
    "format": "prettier-eslint --write",
    "format:all": "prettier-eslint --write \"**/*.js\"",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/omise/omise-node.git"
  },
  "author": "Omise <support@omise.co> (https://omise.co/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/omise/omise-node/issues"
  },
  "homepage": "https://github.com/omise/omise-node",
  "dependencies": {
    "@types/node": "^8.10.66",
    "https-proxy-agent": "^2.2.4",
    "lodash": "^4.17.21",
    "nyc": "^15.1.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "chai": "^4.3.7",
    "eslint": "^5.16.0",
    "eslint-config-google": "^0.9.1",
    "mocha": "^10.2.0",
    "nock": "^13.3.0",
    "tslint": "^6.1.3",
    "typescript": "^4.9.5"
  }
}
