hedera-fetch
Version:
Search for any Hedera Network information in an Easy, Fast and Convenient way.
31 lines (30 loc) • 668 B
JSON
{
"name": "hedera-fetch",
"version": "2.0.0",
"description": "Search for any Hedera Network information in an Easy, Fast and Convenient way.",
"readme": "./README.md",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"test": "node ./dist/index.js",
"prepare": "cp package.json dist && cp README.md dist",
"p": "npm publish"
},
"keywords": [
"hedera",
"network",
"hedera",
"fetch",
"Polaris",
"polaris",
"web3"
],
"author": "Polaris Web3",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}