UNPKG

catts-sdk

Version:

Facilitates the local development of C-ATTS recipes.

40 lines (39 loc) 842 B
{ "name": "catts-sdk", "version": "0.0.12", "description": "Facilitates the local development of C-ATTS recipes.", "author": "Kristofer Lund <kristofer@kristoferlund.se>", "repository": { "type": "git", "url": "https://github.com/c-atts" }, "bugs": "https://github.com/c-atts", "homepage": "https://github.com/c-atts", "keywords": [ "ethereum", "attestations", "eas", "dfinity", "ic", "internet computer" ], "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "dependencies": { "@ethereum-attestation-service/eas-sdk": "^2.3.0", "ethers": "^6.13.1", "typescript": "^5.5.2", "zod": "^3.23.8" }, "files": [ "dist", "src", "README.md", "LICENSE" ] }