forked from KatriaDopex/Cute-Panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "autonomous-ai-agent",
"version": "1.0.0",
"description": "Autonomous AI Agent",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts"
},
"dependencies": {
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"ethers": "^6.9.0",
"twitter-api-v2": "^1.15.2",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"keywords": [
"ai",
"twitter",
"solana",
"ai-agent",
"bot",
"autonomous",
"cryptocurrency"
],
"author": "Cute-Panel",
"license": "MIT"
}