Notarize AT Protocol records on Ethereum using EAS (experiment)

fix modules

Changed files
+5 -5
+5 -5
package.json
··· 1 1 { 2 2 "name": "atnotary", 3 - "version": "0.1.0", 3 + "version": "0.1.1", 4 4 "type": "module", 5 5 "description": "Notarize AT Protocol records on Ethereum using EAS", 6 6 "main": "./dist/lib/index.js", ··· 30 30 "@atproto/api": "^0.12.29", 31 31 "@ethereum-attestation-service/eas-sdk": "^2.9.0", 32 32 "js-yaml": "^4.1.0", 33 - "ethers": "^6.15.0" 33 + "ethers": "^6.15.0", 34 + "chalk": "^5.6.2", 35 + "commander": "^11.1.0", 36 + "ora": "^8.2.0" 34 37 }, 35 38 "devDependencies": { 36 39 "@types/js-yaml": "^4.0.9", 37 40 "@types/node": "^20.19.21", 38 41 "@vitest/coverage-v8": "^3.2.4", 39 - "chalk": "^5.6.2", 40 - "commander": "^11.1.0", 41 - "ora": "^8.2.0", 42 42 "tsx": "^4.20.6", 43 43 "typescript": "^5.9.3", 44 44 "vitest": "^3.2.4"