UNPKG

pangea-client

Version:

Pangea Client connects you to The First Immersive Web3 Environment

68 lines 1.82 kB
{ "name": "pangea-client", "version": "0.3.14", "description": "Pangea Client connects you to The First Immersive Web3 Environment", "author": { "name": "PangeaFoundation", "email": "info@pangea.foundation", "url": "https://pangea.foundation/" }, "license": "MIT", "readme": "README.md", "keywords": [ "pangea", "blockchain", "crypto", "data", "datasci", "dsci", "ethereum", "bitcoin", "wallet", "pandas", "polars", "datafusion", "duckdb", "sql", "rpc", "web3", "ethers" ], "type": "commonjs", "main": "./target/src/index.js", "types": "./target/src/index.d.ts", "dependencies": { "buffer": "^6.0.3", "ws": "^8.18.0", "@swc/helpers": "^0.5.15", "dotenv": "^16.4.5" }, "devDependencies": { "@swc/cli": "^0.5.0", "@swc/core": "^1.9.2", "@types/babel__generator": "^7.6.8", "@types/babel__template": "^7.4.4", "@types/base-64": "^1.0.2", "@types/http-cache-semantics": "^4.0.4", "@types/istanbul-lib-report": "^3.0.3", "@types/node": "^20.9.0", "@types/uuid": "^10.0.0", "@types/ws": "^ 8.5.13", "@types/yargs-parser": "^21.0.3", "@types/jest": "^29.5.14", "typescript": "^5.6.3" }, "scripts": { "build": "npm run build:swc && npm run build:types", "build:swc": "swc src -d target --config-file .swcrc", "build:types": "npx tsc", "test": "jest", "example:arrow-blocks": "ts-node -e \"import { main } from './examples/arrow-blocks'; main()\"", "example:jsonstream-blocks": "ts-node -e \"import { main } from './examples/jsonstream-blocks'; main()\"", "example:jsonstream-status": "ts-node -e \"import { main } from './examples/jsonstream-status'; main()\"" }, "files": [ "target/src", "README.md" ] }