WIP: bootstrap and partial real Solana watcher implementation
This commit is contained in:
41
package.json
Normal file
41
package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "memecoin-botV2",
|
||||
"version": "1.0.0",
|
||||
"description": "Simulation-first Solana Copy-Trading Bot",
|
||||
"main": "dist/application/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx src/application/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/application/index.js",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
"lint": "eslint src/ tests/ --ext .ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"migrate": "tsx src/persistence/migrate.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.34.5",
|
||||
"dependencies": {
|
||||
"@influxdata/influxdb-client": "^1.35.0",
|
||||
"@solana/web3.js": "^1.98.4",
|
||||
"dotenv": "^17.4.2",
|
||||
"pg": "^8.23.0",
|
||||
"pino": "^10.3.1",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^26.2.0",
|
||||
"@types/pg": "^8.21.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.67.0",
|
||||
"@typescript-eslint/parser": "^8.67.0",
|
||||
"eslint": "^10.8.1",
|
||||
"pino-pretty": "^13.1.3",
|
||||
"prettier": "^3.9.6",
|
||||
"tsx": "^4.23.12",
|
||||
"typescript": "^5.5.4",
|
||||
"vitest": "^4.1.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user