-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 816 Bytes
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
{
"name": "GPTree",
"version": "0.1.0",
"description": "Humanity is doomed",
"main": "dist/src/index.js",
"dependencies": {
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"openai-api": "^1.2.1",
"ts-node": "^10.0.0",
"tsc-watch": "^4.4.0",
"tslog": "^3.2.0",
"typescript": "^4.3.2"
},
"devDependencies": {
"@types/node": "^15.6.1"
},
"scripts": {
"dev": "tsc-watch --onSuccess \"node dist\"",
"start": "ts-node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/orb-development/GPTree.git"
},
"keywords": [],
"author": "Aiken Tine Ahac, Gašper Dobrovoljc",
"license": "ISC",
"bugs": {
"url": "https://github.com/orb-development/GPTree/issues"
},
"homepage": "https://github.com/orb-development/GPTree#readme"
}