nomadex-client
Version:
Client library to programmatically interact with https://voi.nomadex.app
52 lines (51 loc) • 1.07 kB
JSON
{
"name": "nomadex-client",
"version": "0.0.15",
"description": "Client library to programmatically interact with https://voi.nomadex.app",
"main": "dist/index.js",
"module": "dist/index.js",
"browser": {
"crypto": false,
"path": false,
"fs": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/NomadexApp/nomadex-client.git"
},
"scripts": {
"build": "rm -rf dist && tsc",
"prepack": "npm run build",
"test": "npm run build"
},
"files": [
"dist",
"lib",
"README.md"
],
"keywords": [
"algorand",
"voi",
"avm",
"blockchain",
"nomadex",
"nomadex.app",
"client",
"contracts"
],
"author": {
"name": "webdev.algo",
"email": "webdevalgo@gmail.com"
},
"license": "ISC",
"devDependencies": {
"@algorandfoundation/algokit-utils": "^6.2.1",
"@types/node": "^22.7.9",
"algosdk": "^2.11.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@algorandfoundation/algokit-utils": ">=6.2.1",
"algosdk": ">=2.7.0"
}
}