Initial commit: Text encoding component with UTF-8 polyfills
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@metatrom/text-encoding",
|
||||
"version": "1.0.0",
|
||||
"main": "index.ts",
|
||||
"type": "module",
|
||||
"description": "Text encoding/decoding utilities with polyfills for React Native",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@gitea.metatrom.net:universal-components/text-encoding.git"
|
||||
},
|
||||
"metatrom": {
|
||||
"ior": "ior:gitea:gitea.metatrom.net:universal-components/text-encoding@1.0.0",
|
||||
"capabilities": {
|
||||
"p2p": false,
|
||||
"contracts": false,
|
||||
"viewer": false,
|
||||
"sync": false
|
||||
}
|
||||
},
|
||||
"dependencies": {},
|
||||
"optionalDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user