Added name to package.json

This commit is contained in:
Andrii Reinvald
2025-06-02 19:35:23 +02:00
parent 4e93e7e40c
commit 8c0b061d5e
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
{
"name": "trmnl-node",
"name": "byos_node_lite",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "byos_node_lite",
"dependencies": {
"express": "^5.1.0",
"liquidjs": "^10.21.1",
+1
View File
@@ -1,4 +1,5 @@
{
"name": "byos_node_lite",
"scripts": {
"start": "tsx --env-file=.env.local src/Server.ts",
"watch": "tsx watch --env-file=.env.local src/Server.ts"