UNPKG

hyperspace-sdk

Version:

An unofficial SDK for Hyperspace NFT Marketplace on Avalanche

40 lines (39 loc) 930 B
{ "name": "hyperspace-sdk", "version": "1.0.51", "description": "An unofficial SDK for Hyperspace NFT Marketplace on Avalanche", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prebuild": "rm -rf lib", "build": "tsc", "prepare": "npm run build" }, "keywords": [ "hyperspace", "sdk", "client", "nft", "marketplace" ], "author": "mektigboy", "license": "MIT", "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@ethersproject/providers": "^5.7.2", "axios": "^1.5.1", "dotenv": "^16.3.1", "ethers": "^5.6.8", "hyperspace-sdk": "^1.0.17", "lodash": "^4.17.21", "tiny-invariant": "^1.3.1", "uuid": "^9.0.1" }, "devDependencies": { "@types/lodash": "^4.14.200", "@types/node": "^20.8.9", "@types/uuid": "^9.0.4", "typescript": "^5.2.2" } }