tomodachi-share/shared/package.json
trafficlunar 817bda4993 feat: .ltd files
no automatic instructions
2026-04-26 22:49:29 +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.3.6"
},
"exports": {
".": "./src/index.ts",
"./miijs": "./src/mii.js/index.ts",
"./schemas": "./src/schemas.ts"
},
"types": "./src/index.ts",
"devDependencies": {
"@types/node": "^25.6.0",
"@types/sjcl": "^1.0.34"
}
}