package.json20 lines · main
1{
2 "name": "shared-data",
3 "version": "0.0.0",
4 "description": "Data shared between Briven apps",
5 "main": "./index.ts",
6 "types": "./index.ts",
7 "scripts": {
8 "preinstall": "npx only-allow pnpm",
9 "clean": "rimraf node_modules .turbo tsconfig.tsbuildinfo",
10 "typecheck": "tsc --noEmit"
11 },
12 "devDependencies": {
13 "tsconfig": "workspace:"
14 },
15 "author": "",
16 "license": "MIT",
17 "dependencies": {
18 "zod": "catalog:"
19 }
20}