-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 812 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 812 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
34
35
36
{
"name": "ryan-gpt",
"description": "Chat with a bot trained on every episode of Ryan Carniato's epic stream episodes.",
"author": "Anthony Campolo",
"keywords": [
"Ryan Carniato",
"ChatGPT"
],
"license": "MIT",
"type": "module",
"scripts": {
"as": "bun cli/commander.ts",
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"repo": "bash repomix.sh"
},
"dependencies": {
"@solidjs/meta": "0.29.4",
"@solidjs/router": "0.15.4",
"@solidjs/start": "1.2.1",
"commander": "14.0.3",
"github-slugger": "2.0.0",
"solid-js": "1.9.11",
"vinxi": "0.5.11"
},
"devDependencies": {
"@types/node": "25.1.0",
"repomix": "1.11.1",
"tsx": "4.21.0",
"typescript": "5.9.3"
},
"engines": {
"node": ">=22"
}
}