UNPKG

dapplooker-sdk

Version:
39 lines (38 loc) 974 B
{ "name": "dapplooker-sdk", "version": "0.0.12", "description": "SDK for retrieving DappLooker chart data", "author": "DappLooker", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "dapplooker", "dapplooker sdk", "web3 analytics", "blockchain analytics" ], "repository": { "type": "git", "url": "git+https://github.com/dapplooker/dapplooker-sdk.git" }, "homepage": "https://github.com/dapplooker/dapplooker-sdk.git#readme", "bugs": { "url": "https://github.com/dapplooker/dapplooker-sdk.git/issues" }, "files": [ "dist/**/*" ], "dependencies": { "typescript": "5.1.3", "@types/react-dom": "18.2.6", "node-fetch": "2.6.12" }, "devDependencies": { "@types/node-fetch": "2.6.4" } }