tsc --build debian/tsconfig.build.json
mv dist/index.js dist/index.mjs
mjs2cjs -o dist/index.cjs dist/index.mjs
