@algonameservice/sdk
Version:
JavaScript SDK to resolve ANS .algo names
44 lines (43 loc) • 1.08 kB
JSON
{
"name": "@algonameservice/sdk",
"version": "0.4.1",
"description": "JavaScript SDK to resolve ANS .algo names",
"main": "dist/index.cjs",
"module": "dist/esm/index.js",
"types": "dist/esm",
"type": "module",
"author": "Algorand Name Service",
"license": "MIT",
"keywords": [
"algorand",
"algorand name service",
"blockchain",
"ans",
"algosdk"
],
"dependencies": {
"@types/node": "^17.0.21",
"algosdk": "^1.13.1",
"typescript": "^4.6.4"
},
"scripts": {
"test": "mocha --trace-warnings 'test/test.ts'",
"build": "rimraf dist && tsup && tsc",
"clean": "rimraf dist",
"lint": "eslint --fix src --ext .ts",
"format": "prettier -w ."
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"chai": "^4.3.6",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"mocha": "^9.2.1",
"prettier": "^2.6.2",
"ts-node": "^10.8.0",
"tsup": "^5.12.6"
}
}