{ "name": "shared", "version": "0.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "module": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "dev": "tsc --watch", "types": "tsc -b --noEmit", "build": "rm -rf dist && tsc" }, "devDependencies": { "typescript": "^5.8.3" } }