{ "name": "gitnexus-shared", "version": "1.0.0", "private": true, "description": "Shared type definitions for GitNexus CLI and web", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./test-helpers": { "types": "./dist/test-helpers.d.ts", "default": "./dist/test-helpers.js" } }, "scripts": { "build": "tsc" }, "files": [ "dist", "src" ], "devDependencies": { "typescript": "^7.0.2" } }