From 5c36fe70d42fe25cff1bef2132839f64745e83e0 Mon Sep 17 00:00:00 2001 From: Nikhil Nawgiri Date: Sat, 24 Aug 2024 21:56:05 +0200 Subject: [PATCH] Update package.json scripts --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 47ef277..d0fc3b0 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,12 @@ "name": "openai-wrapper", "version": "1.0.0", "description": "matrix bot", - "main": "index.ts", + "main": "main.ts", "author": "Nikhil Nawgiri", "license": "MIT", + "scripts": { + "start": "node main.ts" + }, "dependencies": { "matrix-bot-sdk": "^0.7.1" }