{
  "name": "@planet-matrix/mobius-example-library",
  "version": "0.0.12",
  "private": false,
  "description": "An example library package.",
  "keywords": [
    "example",
    "library",
    "mobius"
  ],
  "homepage": "https://github.com/planet-matrix/mobius",
  "bugs": {
    "url": "https://github.com/planet-matrix/mobius/issues",
    "email": "kongxiangyan@planetmatrix.tech"
  },
  "license": "MIT",
  "author": {
    "name": "Kong Xiangyan",
    "email": "kongxiangyan@planetmatrix.tech",
    "url": "https://github.com/kongxiangyan"
  },
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/planet-matrix/mobius.git",
    "directory": "packages/example-library"
  },
  "man": [],
  "bin": {},
  "type": "module",
  "imports": {
    "#Source/*": {
      "import": {
        "@planet-matrix/mobius-mono": "./src/*",
        "bun": "./src/*",
        "default": "./src/*"
      }
    },
    "#Project/*": {
      "import": {
        "@planet-matrix/mobius-mono": "./*",
        "bun": "./*",
        "default": "./*"
      }
    }
  },
  "exports": {
    ".": {
      "import": {
        "@planet-matrix/mobius-mono": "./src/index.ts",
        "bun": "./src/index.ts",
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "fmt": "bun oxfmt --write",
    "lint": "bun oxlint --type-aware --type-check",
    "test": "vitest watch",
    "build": "bun ./scripts/build.ts",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@planet-matrix/mobius-model": "0.16.1"
  },
  "devDependencies": {
    "@planet-matrix/mobius-mono": "0.17.0",
    "@types/bun": "^1.3.12",
    "@typescript/native-preview": "^7.0.0-dev.20260415.1",
    "oxfmt": "^0.46.0",
    "oxlint": "^1.61.0",
    "oxlint-tsgolint": "^0.21.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.5"
  },
  "peerDependencies": {},
  "peerDependenciesMeta": {},
  "optionalDependencies": {},
  "bundleDependencies": [],
  "overrides": {}
}
