-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
{
"name": "@pi-agi/core",
"description": "The very first AGI library has core functionalities to help you to generate your Personalized Artificial General Intelligence.",
"version": "1.1.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Fatih Turker",
"license": "MIT",
"bugs": {
"url": "https://github.com/pi-agi/core/issues"
},
"homepage": "https://github.com/pi-agi/core#readme",
"keywords": [
"common",
"core",
"ai",
"artificial-intelligence",
"agi",
"gpt-4",
"openai",
"microsoft",
"personalized-agi",
"machine-learning",
"deep-learning",
"role-based-agi",
"first agi",
"pi agi",
"pi",
"pi-agi"
],
"dependencies": {
"axios": "^1.3.4",
"express": "^4.18.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.17",
"@types/node": "^18.15.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"git repository": "https://github.com/pi-agi/core",
"repository": {
"type": "git",
"url": "https://github.com/pi-agi/core.git"
}
}