-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 909 Bytes
/
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
{
"name": "indra",
"version": "0.1.6",
"port": 9393,
"description": "The Indra Mind AI",
"main": "index.js",
"directories": {
"docs": "docs",
"lib": "lib",
"corpus": "corpus",
"assets": "assets",
"data": "data",
"src": "src"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indraai/IndraMind.git"
},
"keywords": [
"Indra",
"Mind",
"AGI",
"Artificial Intelligence"
],
"author": "Quinn Michaels",
"copyright": "2021",
"license": "MIT",
"bugs": {
"url": "https://github.com/indraai/IndraMind/issues"
},
"homepage": "https://github.com/indraai/IndraMind#readme",
"dependencies": {
"@indra.ai/svarga": "^0.3.19",
"chalk": "^4.1.0",
"fastify": "^3.9.2",
"fastify-static": "^3.3.1"
}
}