@alph-name-service/ans-sdk
Version:
SDK for integrating with the Alephium Name Service protocol
39 lines (38 loc) • 760 B
JSON
{
"name": "@alph-name-service/ans-sdk",
"version": "0.1.0",
"description": "SDK for integrating with the Alephium Name Service protocol",
"main": "./dist/index.js",
"module": "/dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"ans-sdk",
"ans",
"sdk",
"alephium"
],
"author": "@AlphNameService",
"homepage": "https://alephium.domains",
"bugs": {
"url": "https://discord.com/invite/KWshE9Efw7"
},
"license": "MIT",
"devDependencies": {
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"dependencies": {
"@alephium/web3": "^1.1.1",
"ethers": "^6.13.1"
},
"directories": {
"test": "tests"
}
}