client/packages/core/user/package.json
2026-03-10 20:44:25 +01:00

22 lines
534 B
JSON

{
"name": "@tensamin/core-user",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
"./context": "./src/context.tsx",
"./wrapper": "./src/wrapper.tsx",
"./values": "./src/values.ts"
},
"scripts": {
"format": "bunx prettier --write .",
"lint": "eslint src",
"build": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@tensamin/ttp": "git+https://github.com/Tensamin/TTP.git",
"@tensamin/shared": "workspace:*",
"solid-js": "^1.9.11",
"zod": "^4.3.6"
}
}