UNPKG

@cronstamp/clientlib

Version:

Client library for cronstamp, a blockchain-based document timestamping and verification service.

47 lines (46 loc) 1.14 kB
{ "name": "@cronstamp/clientlib", "description": "Client library for cronstamp, a blockchain-based document timestamping and verification service.", "version": "0.5.4", "repository": { "type": "git", "url": "git+https://gitlab.com/cronstamp/clientlib.git" }, "keywords": [ "blockchain", "timestamping", "verification", "tamper-proof" ], "author": "Lukas Bommes, Felix Klenner", "license": "MIT", "bugs": { "url": "https://gitlab.com/cronstamp/clientlib/issues" }, "homepage": "https://cronstamp.com/clientlib", "type": "module", "exports": "./dist/main.js", "types": "./dist/main.d.ts", "files": [ "/dist" ], "scripts": { "watch": "npx tsc --watch", "build": "npx tsc", "clean": "rm ./dist -rf", "test": "vitest --testTimeout=10000 --no-file-parallelism ", "docs": "typedoc" }, "dependencies": { "@solana/web3.js": "^2.0.0", "base-x": "^5.0.1", "xrpl": "^4.2.0" }, "devDependencies": { "@types/node": "^22.13.10", "prettier": "^3.5.3", "typedoc": "^0.27.9", "typescript": "^5.8.2", "vitest": "^3.0.8" } }