{ "name": "@workspace/blockchain", "version": "1.0.0", "description": "Blockchain utilities and helpers", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "test": "vitest", "lint": "eslint src", "type-check": "tsc --noEmit", "clean": "rm -rf dist" }, "dependencies": { "ethers": "^6.9.0", "@workspace/shared-types": "workspace:*" }, "devDependencies": { "typescript": "^5.5.4", "vitest": "^1.2.0" }, "files": [ "dist" ], "publishConfig": { "access": "restricted" } }