tomodachi-share/shared/package.json
trafficlunar 211774e309 chore: update packages
Also:

- Remove Discord link and replace with email contact
- Fix none face paint type in submit form being transparent
- Update dockerfile
2026-08-01 16:18:21 +01:00

23 lines
481 B
JSON

{
"name": "@tomodachi-share/shared",
"version": "1.0.0",
"dependencies": {
"@2toad/profanity": "^3.3.0",
"bit-buffer": "^0.3.0",
"charinfo-ex": "^0.0.5",
"fzstd": "^0.1.1",
"sharp": "^0.34.5",
"sjcl-with-all": "1.0.8",
"zod": "^4.4.3"
},
"exports": {
".": "./src/index.ts",
"./miijs": "./src/mii.js/index.ts",
"./schemas": "./src/schemas.ts"
},
"types": "./src/index.ts",
"devDependencies": {
"@types/node": "^26.1.2",
"@types/sjcl": "^1.0.34"
}
}