diff --git a/package-lock.json b/package-lock.json index 55bb979..ab6e43a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "digital-vcd-backend", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "body-parser": "^1.20.3", "bson": "^6.8.0", diff --git a/package.json b/package.json index 47c0398..008e286 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,9 @@ }, "author": "LSTM-Kirigaya", "license": "MIT", + "scripts": { + "serve": "npx ts-node src/main.ts" + }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^5.0.0",