This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
concord/package.json

19 lines
363 B
JSON
Raw Permalink Normal View History

2026-05-02 04:06:44 -04:00
{
"name": "shoebill-chat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2026-05-03 22:18:26 -04:00
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun turbo dev"
2026-05-02 04:06:44 -04:00
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.33.2",
"devDependencies": {
2026-05-03 22:18:26 -04:00
"bun": "^1.3.13",
2026-05-02 04:06:44 -04:00
"turbo": "^2.9.7"
}
}