@cronstamp/clientlib
Version:
Client library for cronstamp, a blockchain-based document timestamping and verification service.
47 lines (46 loc) • 1.13 kB
JSON
{
"name": "@cronstamp/clientlib",
"description": "Client library for cronstamp, a blockchain-based document timestamping and verification service.",
"version": "0.5.3",
"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.0",
"xrpl": "^4.0.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"prettier": "^3.3.3",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
}
}