Add module type to package.json

This commit is contained in:
Bill Thornton 2023-03-15 09:32:10 -04:00
parent a7b45fb752
commit 03a891e84d

View File

@ -5,6 +5,7 @@
"keywords": [
"jellyfin"
],
"type": "module",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"license": "MPL-2.0",