{ "name": "@workspace/shared", "version": "1.0.0", "main": "./index.ts", "types": "./index.ts", "exports": { ".": { "import": "./index.ts", "types": "./index.ts" } }, "scripts": { "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit" } }