mirror of
https://github.com/tcsenpai/fluffles.git
synced 2025-06-01 08:30:03 +00:00
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"name": "animal-simulator",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "bun run index.ts",
|
|
"dev": "bun --watch run index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest"
|
|
},
|
|
"dependencies": {
|
|
"blessed": "^0.1.81",
|
|
"blessed-contrib": "^4.11.0",
|
|
"chalk": "^5.3.0"
|
|
}
|
|
} |