{
  "name": "@crtxio/bproto-contract-call",
  "type": "module",
  "version": "0.0.4",
  "license": "MIT",
  "author": {
    "name": "Raphael Schmid",
    "email": "rjschmid-npm@proton.me"
  },
  "keywords": [
    "nuxt3",
    "layer",
    "contract",
    "call",
    "bproto",
    "zone",
    "foundry",
    "component"
  ],
  "main": "./nuxt.config.ts",
  "scripts": {
    "dev": "nuxi dev .playground",
    "build": "nuxt build .playground",
    "generate": "nuxt generate .playground",
    "preview": "nuxt preview .playground",
    "lint": "eslint ."
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.1.1",
    "eslint": "^8.28.0",
    "nuxt": "^3.0.0",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "ethers": "^6.6.1",
    "@crtxio/expand": "^0.0.4"
  }
}
