{
  "name": "investec-openapi",
  "version": "4.5.3",
  "description": "A JavaScript/TypeScript wrapper to get up and running fast with Investec's Open API for programmable banking.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "preversion": "npm run lint",
    "version": "denoify && npm run format && git add .",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "javascript",
    "typescript",
    "investec",
    "openbanking",
    "programmable banking",
    "api wrapper"
  ],
  "author": "Barry Michael Doyle",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/barrymichaeldoyle/investec-openapi"
  },
  "devDependencies": {
    "@types/node": "^14.0.26",
    "@types/webpack-env": "^1.15.2",
    "denoify": "^0.3.3",
    "prettier": "^2.0.5",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.9.7"
  },
  "types": "lib/index.d.ts",
  "sideEffects": false,
  "bugs": {
    "url": "https://github.com/barrymichaeldoyle/investec-openapi/issues",
    "email": "barry@barrymichaeldoyle.com"
  },
  "homepage": "https://github.com/barrymichaeldoyle/investec-openapi#readme",
  "files": [
    "lib/**/*"
  ]
}
