dune-api-client
Version:
A minimal TypeScript client for interacting with the Dune API.
29 lines (28 loc) • 621 B
JSON
{
"name": "dune-api-client",
"version": "1.0.1",
"author": "Greg Skriloff",
"keywords": [
"dune",
"dune-analytics"
],
"description": "A minimal TypeScript client for interacting with the Dune API.",
"repository": {
"type": "git",
"url": "https://github.com/gskril/dune.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf ./dist",
"prepack": "yarn run build"
},
"type": "module",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
}