1
mirror of https://github.com/cocktailpeanut/dalai synced 2024-11-27 14:33:37 +01:00
dalai/package.json
cocktailpeanut 315e6fd0b9 update
2023-03-12 17:56:04 -04:00

19 lines
391 B
JSON

{
"name": "dalai",
"version": "0.0.13",
"description": "",
"main": "index.js",
"author": "cocktailpeanut",
"license": "MIT",
"dependencies": {
"node-pty": "^0.10.1",
"nodejs-file-downloader": "^4.10.6",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"terminal-kit": "^3.0.0",
"ejs": "^3.1.8",
"express": "^4.18.2"
},
"bin": "bin/cli.js"
}