aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
blob: b2b8333afedcb2e84733a736cc3afd00913ac008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@sophie/shared",
  "version": "0.1.0",
  "private": true,
  "sideEffects": false,
  "type": "module",
  "exports": "./dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "typecheck": "tsc"
  },
  "dependencies": {
    "mobx": "^6.3.10",
    "mobx-state-tree": "^5.1.0",
    "zod": "^3.11.6"
  },
  "devDependencies": {
    "rimraf": "^3.0.2",
    "typescript": "^4.5.4"
  }
}