mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
25 lines
438 B
JSON
25 lines
438 B
JSON
{
|
|
"name": "@kyoo/models",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"sideEffects": false,
|
|
"packageManager": "yarn@3.2.4",
|
|
"devDependencies": {
|
|
"react-native-mmkv": "^2.12.2",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-query": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-native-web": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|