{
  "name": "avanza-api",
  "version": "2.1.4",
  "description": "Avanza API",
  "main": "dist/index.js",
  "funding": {
    "type": "individual",
    "url": "http://yap.nu"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "ts-node src/test.ts"
  },
  "keywords": [
    "Avanza"
  ],
  "author": "Han Lin Yap (http://yap.nu)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codler/avanza-api.git"
  },
  "license": "ISC",
  "dependencies": {
    "fetch-register": "^1.3.2",
    "otp-client": "^1.0.2"
  },
  "devDependencies": {
    "@types/node": "^13.7.4",
    "ts-node": "^8.6.2",
    "typescript": "^3.8.2"
  }
}
