{
  "name": "simonzgconnexframework",
  "version": "1.0.0",
  "description": "A library implements VeChain Connex interface",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist/;tsc -p .",
    "lint": "tslint -p .",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vechain/connex-framework.git"
  },
  "keywords": [
    "Connex",
    "Framework",
    "Meter",
    "Dfinlab",
    "Wallet"
  ],
  "author": "simonzg",
  "license": "LGPL-3.0",
  "bugs": {
    "url": "https://github.com/vechain/connex-framework/issues"
  },
  "homepage": "https://github.com/vechain/connex-framework#readme",
  "devDependencies": {
    "@types/lru-cache": "^5.1.0",
    "@types/ws": "^7.2.2",
    "tslint": "^5.17.0",
    "typescript": "^3.5.1"
  },
  "dependencies": {
    "@vechain/connex": "^1.4.0",
    "@vechain/connex.driver": "^1.1.0",
    "axios": "^0.19.2",
    "bignumber": "^1.1.0",
    "lru-cache": "^5.1.1",
    "thor-devkit": "^1.2.3",
    "validator-ts": "^0.9.1"
  }
}
