-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "celo-ai-automation-engine",
"version": "2.0.0",
"description": "Advanced AI-powered blockchain automation system with Gemini integration",
"main": "start.js",
"type": "module",
"scripts": {
"start": "node start.js",
"dev": "node --watch start.js",
"test": "cd Backend && npm test",
"test:integration": "cd Backend && npm run test:integration",
"test:all": "cd Backend && npm run test:all",
"build": "echo 'No build step required for Node.js'",
"lint": "cd Backend && npm run lint",
"lint:fix": "cd Backend && npm run lint:fix",
"clean": "cd Backend && npm run clean"
},
"keywords": [
"celo",
"blockchain",
"ai",
"automation",
"gemini",
"nft",
"defi",
"smart-contracts"
],
"author": "Celo AI Agents Team",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/celo-ai-agents/automation-engine"
},
"bugs": {
"url": "https://github.com/celo-ai-agents/automation-engine/issues"
},
"homepage": "https://github.com/celo-ai-agents/automation-engine#readme"
}