diff --git a/package.json b/package.json index f1dc20c4f..f4259bf91 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "lnbits", + "type": "module", "scripts": { "sass": "./node_modules/.bin/sass ./lnbits/static/scss/base.scss > ./lnbits/static/css/base.css", "vendor_copy": "node -e \"require('./package.json').vendor.forEach((file) => require('fs').copyFileSync(file, './lnbits/static/vendor/'+file.split('/').pop()))\"",