mirror of
https://github.com/openclaw/lobster.git
synced 2026-08-14 00:48:09 +00:00
16 lines
226 B
JSON
16 lines
226 B
JSON
{
|
|
"name": "lobster-shell",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"bin": {
|
|
"lobster": "./bin/lobster.js"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|