17 lines
725 B
JSON
17 lines
725 B
JSON
{
|
|
"name": "@aere/cloud",
|
|
"version": "1.0.0",
|
|
"description": "Official client for the Aere Cloud API: keyed RPC, post-quantum verification, chain data, notarization, webhooks and gas sponsorship on Aere Network (chain 2800).",
|
|
"type": "module",
|
|
"main": "index.mjs",
|
|
"exports": { ".": "./index.mjs" },
|
|
"files": ["index.mjs", "README.md"],
|
|
"scripts": { "test": "node test/sdk.test.mjs" },
|
|
"keywords": ["aere", "blockchain", "evm", "post-quantum", "falcon", "rpc", "web3", "chain-2800"],
|
|
"license": "MIT",
|
|
"homepage": "https://aere.network/cloud.html",
|
|
"repository": { "type": "git", "url": "https://git.aere.network/aere-network/aere-cloud-sdk" },
|
|
"engines": { "node": ">=18" },
|
|
"dependencies": {}
|
|
}
|