Add language tools package

This commit is contained in:
2026-07-09 18:34:41 +09:00
parent ac99c4cb4e
commit 0e2a7b35d2
20 changed files with 1434 additions and 16 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "@hare/decodal-language-tools",
"version": "0.1.2",
"license": "MIT",
"exports": "./decodal_language_tools.js",
"publish": {
"include": [
"README.md",
"decodal_language_tools.js",
"decodal_language_tools.d.ts",
"decodal_language_tools_bg.wasm",
"package.json"
]
}
}