mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 17:59:39 +02:00
Backend: figures CRUD API with rarity system and random stats Mobile: re-scaffolded with create-expo-app (SDK 54), NativeWind 4 design system, create form + shelf grid. Auth disabled for faster iteration. Shared: types inlined for Node v24 ESM compat. See CLAUDE.md for current status, known issues, and next steps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"name": "@figgos/shared",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|