{ "name": "atnotary", "version": "0.1.3", "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.17.2", "@ethereum-attestation-service/eas-sdk": "^2.9.0", "chalk": "^5.6.2", "commander": "^14.0.1", "ethers": "^6.15.0", "js-yaml": "^4.1.0", "ora": "^9.0.0" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^24.7.2", "@vitest/coverage-v8": "^3.2.4", "tsx": "^4.20.6", "typescript": "^5.9.3", "vitest": "^3.2.4" }, "keywords": [ "atproto", "bluesky", "ethereum", "eas", "notary", "attestation" ], "license": "MIT" }