1
mirror of https://github.com/cocktailpeanut/dalai synced 2025-02-17 01:21:28 +01:00
dalai/package.json

40 lines
899 B
JSON
Raw Normal View History

2023-03-12 21:06:51 +01:00
{
"name": "dalai",
2023-03-22 11:37:04 +01:00
"version": "0.2.52",
2023-03-12 21:06:51 +01:00
"description": "",
"main": "index.js",
"author": "cocktailpeanut",
"license": "MIT",
2023-03-18 01:07:21 +01:00
"engines": {
"node": ">=18.0.0"
2023-03-17 12:25:49 +01:00
},
2023-03-13 09:28:24 +01:00
"scripts": {
"dalai:llama": "./dalai llama",
"start": "./dalai serve",
"just:run": "wrap () { yarn && yarn dalai:llama $1 && yarn start; }; wrap",
2023-03-16 23:46:41 +01:00
"just:fix": "npx prettier --write .",
"postinstall": "node setup"
2023-03-13 09:28:24 +01:00
},
2023-03-12 21:06:51 +01:00
"dependencies": {
"axios": "^1.3.4",
"ejs": "^3.1.8",
"express": "^4.18.2",
"isomorphic-git": "^1.22.0",
2023-03-19 06:10:17 +01:00
"node-pty": "^0.10.1",
2023-03-12 21:06:51 +01:00
"nodejs-file-downloader": "^4.10.6",
"semver": "^7.3.8",
2023-03-12 21:06:51 +01:00
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"tar": "^6.1.13",
2023-03-18 01:07:21 +01:00
"terminal-kit": "^3.0.0",
2023-03-20 02:08:24 +01:00
"webtorrent": "1.9.7",
2023-03-18 01:07:21 +01:00
"yargs": "^17.7.1"
2023-03-12 21:06:51 +01:00
},
"devDependencies": {
"prettier": "^2.8.4"
},
"bin": {
"dalai": "bin/cli.js"
}
2023-03-12 21:06:51 +01:00
}