mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
feat: astro test
This commit is contained in:
parent
df6e31ba89
commit
84144c383c
262 changed files with 18993 additions and 2655 deletions
21
shared/package.json
Normal file
21
shared/package.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "@tomodachi-share/shared",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@2toad/profanity": "^3.3.0",
|
||||
"@tomodachi-share/backend": "workspace:*",
|
||||
"bit-buffer": "^0.3.0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue