Fix: Remove license from package.json

This commit is contained in:
2025-10-04 14:39:43 -07:00
parent a9e595c01f
commit f667d4dbb3

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "zwus",
"version": "2.1.0",
"type": "module",
"exports": "./index.js",
"files": [
"index.js",
"README.md"
],
"repository": "github:inzerosight/ZWUS",
"keywords": [
"zero-width",
"steganography",
"unicode",
"zwus",
"encoder",
"decoder"
],
"author": "planetrenox@pm.me"
}