Update package.json

This commit is contained in:
Ishaan Dey 2024-05-13 16:15:58 -07:00
parent 3c09f9cc18
commit 5f0fa53320

View File

@ -4,7 +4,7 @@
"description": "",
"main": "src/index.js",
"scripts": {
"build": "npx tsc",
"build": "npm i typescript && npx tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts"
},