{ "name": "@mosaic/types", "version": "0.1.0", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc --noEmit", "lint": "echo 'ok'", "test": "echo 'ok'" }, "devDependencies": { "typescript": "^5" }, "publishConfig": { "registry": "https://git.mosaicstack.dev/api/packages/mosaic/npm", "access": "public" } }