{ "name": "@oo/shared-types", "version": "0.0.0", "private": true, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "type-check": "tsc --noEmit", "clean": "rm -rf dist" }, "devDependencies": { "typescript": "^5.7.3" } }