mirror of
https://github.com/tcsenpai/shellquest.git
synced 2025-06-01 00:40:13 +00:00
25 lines
699 B
JSON
25 lines
699 B
JSON
{
|
|
"name": "terminal-escape",
|
|
"version": "1.0.0",
|
|
"description": "A Linux terminal escape room game",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node -e \"console.log('\\x1b[2J\\x1b[0f\\x1b[36m\\n Launching Terminal Escape...\\n\\x1b[0m'); setTimeout(() => {}, 1000)\" && bun src/index.ts",
|
|
"build": "bun build src/index.ts --outdir ./dist",
|
|
"dev": "bun --watch src/index.ts"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"dependencies": {
|
|
"beep": "^0.0.0",
|
|
"figlet": "^1.6.0",
|
|
"figlet-cli": "^0.2.0",
|
|
"gradient-string": "^2.0.2",
|
|
"kleur": "^4.1.5",
|
|
"play-sound": "^1.1.6"
|
|
}
|
|
} |