{
  "name": "no-problem-omise",
  "version": "1.0.0",
  "description": "Type Fixed Omise Node.js bindings",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "jscs": "jscs *.js lib/*.js test/*.js",
    "test": "mocha test",
    "test:watch": "npm test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NuttapongPun/omise-node"
  },
  "author": "Omise <support@omise.co> (https://omise.co/)",
  "license": "MIT",
  "homepage": "https://github.com/NuttapongPun/omise-node",
  "dependencies": {
    "@types/bluebird": "^3.5.30",
    "@types/node": "^8.10.60",
    "bluebird": "^2.9.12",
    "https-proxy-agent": "^2.2.4",
    "lodash": "^4.17.19"
  },
  "devDependencies": {
    "chai": "^2.0.0",
    "eslint": "^5.16.0",
    "eslint-config-google": "^0.9.1",
    "mocha": "^7.1.1",
    "nock": "^9.6.1",
    "tslint": "^5.20.1",
    "typescript": "^2.5.3"
  }
}
