{
  "name": "@jafri/vert",
  "version": "0.1.46",
  "homepage": "https://github.com/haderech/vert",
  "description": "VM emulation RunTime for WASM-based blockchain contracts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc && node bundle.js",
    "build-web": "webpack",
    "lint": "eslint -c .eslintrc.js --ext .ts src/",
    "start": "node dist/index",
    "test": "mocha src/**/*.spec.ts -r ts-node/register && yarn --cwd examples test",
    "prepublish": "npm run test && npm run build"
  },
  "author": "Jeeyong Um <conr2d@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/elliptic": "^6.4.14",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.19",
    "@typescript-eslint/eslint-plugin": "^5.12.1",
    "@typescript-eslint/parser": "^5.12.1",
    "browserify-fs": "^1.0.0",
    "buffer": "^6.0.3",
    "chai": "^4.3.6",
    "clean-webpack-plugin": "^4.0.0",
    "esbuild": "^0.14.28",
    "eslint": "^8.9.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-plugin-jsdoc": "^37.9.4",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "mocha": "^9.2.1",
    "node-stdlib-browser": "^1.2.0",
    "path-browserify": "^1.0.1",
    "stream-browserify": "^3.0.0",
    "ts-loader": "^9.2.6",
    "ts-node": "^10.5.0",
    "tslib": "^2.3.1",
    "typescript": "^4.5.5",
    "util": "^0.12.4",
    "webpack": "^5.69.1",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {
    "@greymass/eosio": "^0.5.5",
    "bn.js": "^5.2.0",
    "brorand": "^1.1.0",
    "colors": "^1.4.0",
    "cross-fetch": "^3.1.5",
    "elliptic": "^6.5.4",
    "hash.js": "^1.1.7",
    "loglevel": "^1.8.0",
    "loglevel-plugin-prefix": "^0.8.4",
    "sorted-btree": "^1.6.0"
  }
}
