@riverfl0w/dune-client
Version:
A TypeScript client for querying the Dune API, designed to simplify the integration of Dune's powerful analytics into your projects.
48 lines • 1.07 kB
JSON
{
"name": "@riverfl0w/dune-client",
"version": "0.1.2",
"keywords": [
"dune",
"dune-analytics",
"sdk",
"client",
"api",
"typescript"
],
"homepage": "https://github.com/Riverfl0w/dune-client",
"bugs": "https://github.com/Riverfl0w/dune-client/issues",
"license": "MIT",
"author": "Mathieu Bour <mathieu@riverflow.co> (https://github.com/mathieu-bour)",
"files": [
"dist",
"src"
],
"type": "module",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"repository": "github:Riverfl0w/dune-client",
"dependencies": {
"zod": "^3.22.4"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@tsconfig/strictest": "^2.0.3",
"dotenv-flow": "^4.1.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"scripts": {
"lint": "biome ci .",
"test": "vitest",
"build": "tsup",
"prepublish": "pnpm lint && pnpm build"
}
}