{ "name": "@figgos/shared", "version": "1.0.0", "private": true, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "type-check": "tsc --noEmit" }, "devDependencies": { "typescript": "^5.3.3" } }