{
  "name": "@broxus/locklift-network",
  "version": "1.0.8",
  "description": "In-memory TVM-blockchain emulator for locklift",
  "keywords": [
    "Everscale",
    "TON",
    "Venom",
    "blockchain",
    "smart-contracts",
    "javascript",
    "solidity",
    "dapps",
    "ethereum",
    "tools"
  ],
  "files": [
    "internal/",
    "src/",
    "types/",
    "README.md",
    "*.d.ts",
    "*.d.ts.map",
    "*.js",
    "*.js.map",
    "tsconfig-base.json",
    "tsconfig.json"
  ],
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "tsc --build .",
    "lint": "npx eslint .",
    "format": "prettier --write .",
    "prepublishOnly": "npm run build",
    "prepare": "husky install"
  },
  "author": "30mb1 <steam.30mb1@gmail.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "heap-js": "2.3.0",
    "lodash": "^4.17.21",
    "everscale-inpage-provider": "^0.6.1",
    "everscale-standalone-client": "^2.2.0",
    "nekoton-wasm": "npm:nekoton-wasm-locklift@^1.23.1",
    "typescript": "^4.7.4"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "8.22.0",
    "@types/node": "^17.0.45",
    "eslint-plugin-prettier": "^4.2.1",
    "@types/lodash": "^4.14.195",
    "eslint-config-prettier": "^8.5.0",
    "prettier": "^2.7.1",
    "husky": "^8.0.0"
  }
}
