31 lines
881 B
JSON
31 lines
881 B
JSON
{
|
|
"name": "@tensamin/shared",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./asyncQueue": "./src/asyncQueue.ts",
|
|
"./code": "./src/code.ts",
|
|
"./errors": "./src/errors.ts",
|
|
"./data": "./src/data.ts",
|
|
"./desktopMedia": "./src/desktopMedia.tsx",
|
|
"./log": "./src/log.tsx",
|
|
"./indexedDb": "./src/indexedDb.ts",
|
|
"./settings": "./src/settings.ts",
|
|
"./sounds": "./src/sounds.ts",
|
|
"./features/legal/schema": "./src/features/legal/schema.ts",
|
|
"./features/conversation/schema": "./src/features/conversation/schema.ts"
|
|
},
|
|
"scripts": {
|
|
"format": "pnpm exec prettier --write .",
|
|
"lint": "eslint src",
|
|
"build": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@methanium/ui": "*",
|
|
"lucide-react": "^1.14.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|