{ "name": "@open-gsio/schema", "version": "0.0.1", "description": "Schema for open-gsio", "type": "module", "module": "src/index.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" } }, "license": "MIT", "files": [ "src" ], "scripts": { "build": "tsc", "test": "vitest" }, "devDependencies": { "typescript": "^5.7.2", "mobx-state-tree": "^6.0.1" } }