{
  "name": "@web3-vue-org2/crypto-com",
  "keywords": [
    "web3-vue-org",
    "crypto.com"
  ],
  "license": "GPL-3.0-or-later",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.2.2",
  "files": [
    "dist/*"
  ],
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": "./dist/index.js",
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc",
    "start": "tsc --watch"
  },
  "dependencies": {
    "@deficonnect/provider": "^2.0.3",
    "@deficonnect/types": "^2.0.3",
    "@web3-vue-org2/types": "^0.2.2"
  },
  "devDependencies": {
    "@web3-vue-org2/store": "^0.2.2"
  },
  "gitHead": "85cce0511cfda20297a62d70834d5adb8943a12a"
}
