{
  "name": "@amaas/amaas-core-sdk-js",
  "version": "7.0.0",
  "description": "Asset Management as a Service (AMaaS) Software Development Kit (SDK) for JavaScript",
  "main": "dist/index",
  "scripts": {
    "test": "jest",
    "test:verbose": "jest --verbose --runInBand",
    "test:watch": "jest --verbose --watch",
    "build": "babel src --out-dir dist --ignore '**.test.js'",
    "prepare": "npm run build",
    "docs": "jsdoc2md --template ./docs/template.hbs --files './src/**/*.js' > ./docs/index.md"
  },
  "jest": {
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.js",
    "testPathIgnorePatterns": [
      "<rootDir>/node_modules/",
      "<rootDir>/dist/"
    ],
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/amaas-fintech/amaas-core-sdk-js.git"
  },
  "author": "Thomas Chia <thomas.chia@amaas.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/amaas-fintech/amaas-core-sdk-js/issues"
  },
  "homepage": "https://github.com/amaas-fintech/amaas-core-sdk-js#readme",
  "engines": {
    "node": ">= 4.0.0"
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "jest": "19.0.2",
    "jsdoc-to-markdown": "^4.0.1",
    "nock": "^9.1.5"
  },
  "dependencies": {
    "amazon-cognito-identity-js": "^1.29.0",
    "decimal.js": "^7.5.1",
    "dotenv": "^4.0.0",
    "expand-tilde": "^2.0.2",
    "lodash": "^4.17.4",
    "superagent": "^3.8.2",
    "uuid": "^3.0.1"
  },
  "types": "index.d.ts"
}
