{
  "name": "@minespider/core-bundles",
  "version": "1.9.0-beta.3",
  "description": "A high-level SDK for Minespider Core. It abstract the low-level features from the core SDK for a more high-level usage such as DAPPs. Some of the features are 1:1 with the SDK some others abstract some low-level interactions or multiple actions",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test implemented yet\" && exit 1",
    "build": "tsc"
  },
  "keywords": [],
  "author": "Klederson Bueno",
  "license": "GPL-2.0",
  "dependencies": {
    "@minespider/core-sdk": "1.14.0",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-regenerator": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "buffer": "^5.2.1",
    "dukat": "^0.0.16",
    "global": "^4.4.0",
    "hasha": "^5.2.0",
    "key-store": "^1.0.1",
    "shasum": "^1.0.2",
    "tsify": "^4.0.0",
    "typescript": "^3.4.5",
    "uuid": "^3.3.2",
    "uuid-generator-ts": "^1.0.3",
    "webcrypto": "^0.1.1"
  },
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/node": "^10.12.15",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "dotenv": "^8.0.0",
    "jest": "^24.8.0",
    "jsdom": "^15.1.1",
    "jsdom-global": "^3.0.2",
    "ts-jest": "^24.0.2"
  }
}
