{ "name": "atnotary", "version": "0.1.0", "type": "module", "description": "Notarize AT Protocol records on Ethereum using EAS", "main": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts", "bin": { "atnotary": "./dist/cli.js" }, "exports": { ".": { "import": "./dist/lib/index.js", "types": "./dist/lib/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsx src/cli.ts", "prepublishOnly": "npm run build", "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "test:run": "vitest run" }, "dependencies": { "@atproto/api": "^0.12.29", "@ethereum-attestation-service/eas-sdk": "^2.9.0", "@ipld/dag-cbor": "^9.2.5", "ethers": "^6.15.0" }, "devDependencies": { "@types/node": "^20.19.21", "@vitest/coverage-v8": "^3.2.4", "chalk": "^5.6.2", "commander": "^11.1.0", "dotenv": "^16.6.1", "ora": "^8.2.0", "tsx": "^4.20.6", "typescript": "^5.9.3", "vitest": "^3.2.4" }, "keywords": [ "atproto", "bluesky", "ethereum", "eas", "notary", "attestation" ], "license": "MIT" }