{ "name": "@blind-chess/shared", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc -b", "test": "vitest run", "typecheck": "tsc --noEmit" }, "devDependencies": { "typescript": "^5.6.0", "vitest": "^3.0.0" } }