-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.2 KB
/
package.json
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
45
46
47
48
49
50
51
52
53
{
"name": "monadlisa",
"version": "2.4.1",
"description": "I think, therefore I am.",
"main": "index.js",
"type": "module",
"workspaces": [
"workspaces/*",
"workspaces/modules/controllers/*",
"workspaces/modules/tools/*"
],
"scripts": {
"start": "node index.js",
"postinstall": "git submodule update --init --recursive"
},
"bin": {
".lisa": "./src/CLI/lisa.cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suiGn/monadLisa.git"
},
"keywords": [
"ai",
"mlearning"
],
"author": "suiGn",
"license": "MIT",
"bugs": {
"url": "https://github.com/suiGn/monadLisa/issues"
},
"homepage": "https://github.com/suiGn/monadLisa#readme",
"dependencies": {
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"cleaker": "^2.6.1",
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"i.mlearning": "^2.3.3",
"inquirer": "^9.2.12",
"monads.ai": "^2.0.51",
"netget": "^2.3.0",
"neurons.me": "^2.9.1",
"openai": "^4.47.1",
"this.audio": "^1.1.21",
"this.me": "^2.9.0",
"this.pixelgrid": "^3.4.8",
"util": "^0.12.5",
"v.path": "^2.3.41"
}
}