aboutsummaryrefslogtreecommitdiffstats
path: root/packages/test-utils/package.json
blob: 93f1626505542ff3711aa4a211c2fd4afe154fb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "@sophie/test-utils",
  "version": "0.1.0",
  "private": true,
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "typecheck:workspace": "yarn g:typecheck",
    "types": "yarn g:types"
  },
  "dependencies": {
    "type-fest": "^2.13.0"
  }
}