{ "name": "@dada/shared-contracts", "version": "0.0.0", "private": true, "type": "module", "exports": { ".": "./dist/index.js" }, "types": "./dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "@sinclair/typebox": "0.34.52" }, "devDependencies": { "typescript": "7.0.2" } }