UNPKG

flexo-sdk

Version:

Official TypeScript SDK for the Flexo API - AI-powered Solana token analytics

60 lines (59 loc) 1.35 kB
{ "name": "flexo-sdk", "version": "1.0.0", "description": "Official TypeScript SDK for the Flexo API - AI-powered Solana token analytics", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "test": "jest", "test:coverage": "jest --coverage", "test:watch": "jest --watch", "prepare": "npm run build", "clean": "rimraf dist", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"" }, "keywords": [ "solana", "blockchain", "analytics", "ai", "tokens", "sdk", "flexo" ], "author": "Flexo Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/flexosh/sdk.git" }, "bugs": { "url": "https://github.com/flexosh/sdk/issues" }, "homepage": "https://github.com/flexosh/sdk#readme", "dependencies": { "dotenv": "^16.0.3" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "prettier": "^2.8.0", "rimraf": "^5.0.0", "ts-jest": "^29.0.0", "typescript": "^4.9.5" }, "engines": { "node": ">=14.0.0" } }