forked from cocktailpeanut/dalai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 905 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
{
"name": "dalai",
"version": "0.2.33",
"description": "",
"main": "index.js",
"author": "cocktailpeanut",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dalai:llama": "./dalai llama",
"start": "./dalai serve",
"just:run": "wrap () { yarn && yarn dalai:llama $1 && yarn start; }; wrap",
"just:fix": "npx prettier --write .",
"postinstall": "node setup"
},
"dependencies": {
"@cdktf/node-pty-prebuilt-multiarch": "^0.10.1-pre.10",
"axios": "^1.3.4",
"ejs": "^3.1.8",
"express": "^4.18.2",
"isomorphic-git": "^1.22.0",
"nodejs-file-downloader": "^4.10.6",
"semver": "^7.3.8",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"tar": "^6.1.13",
"terminal-kit": "^3.0.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"prettier": "^2.8.4"
},
"bin": {
"dalai": "bin/cli.js"
}
}