main in package json

This commit is contained in:
2023-03-04 08:25:01 +01:00
parent 85e1fb36c1
commit df291d8ae3
+1
View File
@@ -26,6 +26,7 @@
"jest": "^29.4.3",
"typescript": "^4.9.5"
},
"main": "out/index.js",
"scripts": {
"build": "npx tsc",
"start": "node out/index.js",