-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (36 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (36 loc) · 1.12 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
{
"version": "1.0.0",
"license": "MIT",
"dependencies": {
},
"name": "mev-evolve",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"bugs": {
"url": "https://github.com/meta-evo-creator/mev-evolve/issues"
},
"description": "Continuous Evolution and Closed-loop Growth Skill - Part of MEV4 Skill System",
"engines": {
"node": "\u003e=18.0.0"
},
"devDependencies": {
},
"keywords": [
"ai",
"assistant",
"mev",
"evolve",
"mev4",
"openclaw",
"skill"
],
"author": "MetaEvo",
"repository": {
"type": "git",
"url": "https://github.com/meta-evo-creator/mev-evolve.git"
},
"homepage": "https://github.com/meta-evo-creator/mev-evolve#readme",
"main": "index.js"
}