{ "name": "shared", "version": "0.1.0", "private": true, "description": "Shared types and schemas.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "tsc --watch -p tsconfig.json", "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "lint": "eslint 'src/**/*.{ts,tsx}'" } }