{
  "name": "xcm-lib-zkverify",
  "version": "1.0.0",
  "description": "XCM asset teleportation and remote EVM calls for ZKVerify",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "dev": "ts-node src/index.ts"
  },
  "keywords": [
    "xcm",
    "polkadot",
    "evm",
    "zkverify",
    "teleport"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.30",
    "jest": "^29.7.0",
    "solc": "^0.8.30",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.3"
  },
  "dependencies": {
    "@polkadot/api": "^16.2.2",
    "@polkadot/keyring": "^13.5.2",
    "@polkadot/util": "^13.5.2",
    "@polkadot/util-crypto": "^13.5.2",
    "dotenv": "^16.4.5",
    "ethers": "^6.11.1"
  }
}
