{
  "name": "@leafer-game/partner",
  "version": "1.8.0",
  "description": "@leafer-game/partner",
  "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-game.git"
  },
  "homepage": "https://github.com/leaferjs/leafer-game/tree/main/packages/partner",
  "bugs": "https://github.com/leaferjs/leafer-game/issues",
  "keywords": [
    "leafer",
    "leaferjs"
  ],
  "dependencies": {
    "@leafer-in/robot": "1.8.0",
    "@leafer-in/state": "1.8.0",
    "@leafer-in/animate": "1.8.0",
    "@leafer-in/motion-path": "1.8.0",
    "@leafer-in/find": "1.8.0",
    "@leafer-in/color": "1.8.0"
  }
}