update package.json

This commit is contained in:
Vitaly Gashkov
2025-08-23 21:27:17 +05:00
parent b8bbdf9bab
commit 2cd3fddd77
+5
View File
@@ -6,6 +6,11 @@
"bin": { "bin": {
"crextractor": "bin/cli.js" "crextractor": "bin/cli.js"
}, },
"files": [
"bin",
"crextractor.d.ts",
"crextractor.js"
],
"types": "crextractor.d.ts", "types": "crextractor.d.ts",
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {