1
mirror of https://github.com/cocktailpeanut/dalai synced 2024-11-25 09:27:20 +01:00
dalai/package.json
cocktailpeanut f2928cc0d8 update ver
2023-03-16 18:50:13 -04:00

35 lines
817 B
JSON

{
"name": "dalai",
"version": "0.2.3",
"description": "",
"main": "index.js",
"author": "cocktailpeanut",
"license": "MIT",
"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 ./bin/cli setup"
},
"dependencies": {
"7zip-min": "^1.4.4",
"ejs": "^3.1.8",
"express": "^4.18.2",
"isomorphic-git": "^1.22.0",
"node-pty": "^0.10.1",
"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"
},
"devDependencies": {
"prettier": "^2.8.4"
},
"bin": {
"dalai": "bin/cli.js"
}
}