{
  "name": "@quantnetwork/overledger-dlt-corda",
  "version": "1.0.0-beta.4",
  "description": "Quant Network Overledger Corda software development kit (SDK) for the JavaScript (JS) programming language.",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest --runInBand",
    "clean": "rm -rf dist && mkdir dist",
    "build": "yarn run clean && tsc --declaration",
    "lint": "tslint -c ../../tslint.json --project tsconfig.json 'src/**/*.ts'",
    "docs": "tsc --declaration && jsdoc2md --no-cache --plugin dmd-clear -t README_tpl.hbs --files './dist/**/*.js' > README.md"
  },
  "repository": "https://github.com/quantnetwork/overledger-sdk-javascript/tree/master/packages/dlt-corda",
  "contributors": [
    {
      "name": "Luke Riley",
      "email": "luke.riley@quant.network",
      "url": "https://github.com/lukerQuant"
    },
    {
      "name": "Najla Chamseddine",
      "email": "najla.chamseddine@quant.network",
      "url": "https://github.com/najla-quant"
    },
    {
      "name": "Alexandru Chiriac",
      "email": "alexandru.chiriac@quant.network",
      "url": "https://github.com/alexchiriac"
    },
    {
      "name": "Sebastien Bramille",
      "email": "sebastien.bramille@quant.network",
      "url": "https://github.com/oktapodia"
    }
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/quantnetwork/overledger-sdk-javascript#readme",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@quantnetwork/overledger-dlt-abstract": "^1.0.0-beta.4",
    "@quantnetwork/overledger-provider": "^1.0.0-beta.4",
    "@quantnetwork/overledger-types": "^1.0.0-beta.4",
    "axios": "^0.18.0",
    "web3": "^1.2.11"
  },
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "jest": "^24.8.0",
    "lerna": "^3.14.0",
    "merge": ">=1.2.1",
    "nodemon": "^1.19.0",
    "ts-jest": "^24.0.2",
    "tslint": "^5.16.0",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.4.5"
  },
  "gitHead": "b13582ff2a34a26ea8660628a632e855a6fe6ea1"
}
