@bitte-ai/types
Version:
Types for Bitte AI monorepo
60 lines • 1.38 kB
JSON
{
"name": "@bitte-ai/types",
"version": "0.8.1",
"description": "Types for Bitte AI monorepo",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/BitteProtocol/ai.git"
},
"author": "Bitte Team",
"license": "MIT",
"keywords": [
"bitte",
"types",
"ai",
"agents"
],
"dependencies": {
"@mysten/sui": "^1.26.0",
"@near-wallet-selector/core": "^8.9.0",
"@suiet/wallet-kit": "^0.3.4",
"ai": "^4.1.51",
"near-api-js": "^5.0.0",
"openapi-types": "^12.0.0",
"react": "^18.0.0",
"viem": "2.29.1",
"wagmi": "^2.15.6",
"bn.js": "^5.2.1",
"near-safe": "^0.10.0"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@types/react": "^18.0.0",
"prettier": "^3.5.3",
"tsup": "^8.3.5",
"typescript": "^5.8.2"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"clean:all": "rm -rf dist node_modules .turbo",
"fmt": "biome check --write && prettier --write .",
"check": "biome check",
"check:fix": "biome check --write"
}
}