{
  "name": "@leafer/layout",
  "version": "2.0.3",
  "description": "@leafer/layout",
  "author": "Chao (Leafer) Wan",
  "license": "MIT",
  "main": "src/index.ts",
  "types": "types/index.d.ts",
  "files": [
    "src",
    "types",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/leaferjs/leafer.git"
  },
  "homepage": "https://github.com/leaferjs/leafer/tree/main/packages/display-module/layout",
  "bugs": "https://github.com/leaferjs/leafer/issues",
  "keywords": [
    "leafer",
    "leaferjs"
  ],
  "dependencies": {
    "@leafer/data": "2.0.3",
    "@leafer/math": "2.0.3",
    "@leafer/helper": "2.0.3",
    "@leafer/platform": "2.0.3"
  },
  "devDependencies": {
    "@leafer/interface": "2.0.3"
  }
}