| 123456789101112131415161718192021222324252627 |
- {
- "name": "byreal-auto",
- "version": "0.1.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "tsx watch src/index.ts",
- "start": "node dist/index.js",
- "build": "tsc -p tsconfig.json",
- "lint": "eslint .",
- "lint:fix": "eslint . --fix"
- },
- "dependencies": {
- "@solana/web3.js": "^1.98.0",
- "bs58": "^6.0.0",
- "dotenv": "^16.4.5",
- "zod": "^3.24.1"
- },
- "devDependencies": {
- "@eslint/js": "^9.17.0",
- "@types/node": "^22.10.2",
- "eslint": "^9.17.0",
- "tsx": "^4.19.2",
- "typescript": "^5.7.2",
- "typescript-eslint": "^8.18.2"
- }
- }
|