{
  "name": "@layout-projection/core",
  "version": "1.0.0-alpha.0",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "default": "./dist/index.js"
    },
    "./behaviors": {
      "default": "./dist/behaviors/index.js"
    }
  },
  "author": "Char2s <char2s@outlook.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheNightmareX/layout-projection.git"
  },
  "bugs": {
    "url": "https://github.com/TheNightmareX/layout-projection/issues"
  },
  "homepage": "https://github.com/TheNightmareX/layout-projection#readme",
  "dependencies": {
    "style-value-types": "^5.1.2",
    "tslib": "^2.5.0"
  },
  "files": [
    "/dist",
    "/src",
    "README.md"
  ]
}
