25 lines
642 B
JSON
25 lines
642 B
JSON
{
|
|
"name": "@tensamin/shared",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./data": "./src/data.ts",
|
|
"./log": "./src/log.tsx",
|
|
"./settings": "./src/settings.ts",
|
|
"./features/legal/schema": "./src/features/legal/schema.ts",
|
|
"./features/conversation/schema": "./src/features/conversation/schema.ts"
|
|
},
|
|
"scripts": {
|
|
"format": "bunx prettier --write .",
|
|
"lint": "eslint src",
|
|
"build": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^0.564.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"sonner": "^1.0.0",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|