UNPKG

@0xtld/tair-node

Version:

A Node.js package for Tair functionality with configuration, core, and helper modules.

43 lines (42 loc) 1.08 kB
{ "name": "@0xtld/tair-node", "version": "0.0.22", "description": "A Node.js package for Tair functionality with configuration, core, and helper modules.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev-test": "ts-node src/test.ts", "build": "tsc --importHelpers", "test": "echo \"No tests specified\" && exit 0", "publish": "npm publish --access public", "bp": "npm run build && npm run publish" }, "repository": { "type": "git", "url": "https://github.com/tyluudinh/tair-node.git" }, "keywords": [ "tair", "node", "npm", "package" ], "author": "Ty Luu Dinh", "license": "MIT", "dependencies": { "@supabase/supabase-js": "^2.48.1", "axios": "^1.7.9", "dayjs": "^1.11.13", "figlet": "^1.7.0", "https-proxy-agent": "^7.0.6", "puppeteer": "^24.1.1", "puppeteer-real-browser": "^1.4.0", "undetected-browser": "^2.0.4", "web3": "^4.16.0", "winston": "^3.11.0" }, "devDependencies": { "@types/figlet": "^1.7.0", "typescript": "^4.0.0" } }