9 lines
122 B
JSON
9 lines
122 B
JSON
{
|
|
"name": "@tlm/sample-bot",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.mjs"
|
|
}
|
|
}
|