{
  "id": "lock-picking",
  "title": "Lock Picking",
  "description": "A lock-picking mini-game module for Foundry VTT. Turn doors into pickable locks with interactive mini-games featuring sweet-spot rotation, dual-coordination, pin tumbler, and more.",
  "version": "1.1.3",
  "manifest": "https://r2.foundryvtt.com/packages-public/lock-picking/module.json",
  "url": "https://www.patreon.com/Reslinfvtt",
  "compatibility": {
    "minimum": "13",
    "verified": "13"
  },
  "authors": [
    {
      "name": "Reslin"
    }
  ],
  "socket": true,
  "protected": true,
  "relationships": {
    "optional": [
      {
        "id": "lib-wrapper",
        "type": "module",
        "reason": "Enables compatible method wrapping to avoid conflicts with other modules (e.g. Monk's Active Tile Triggers)"
      }
    ]
  },
  "esmodules": [
    "scripts/module.js"
  ],
  "styles": [
    "styles/lock-picking.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "cn",
      "name": "\u7b80\u4f53\u4e2d\u6587",
      "path": "lang/cn.json"
    },
    {
      "lang": "zh-Hans",
      "name": "\u7b80\u4f53\u4e2d\u6587",
      "path": "lang/zh-CN.json"
    },
    {
      "lang": "zh-cn",
      "name": "\u7b80\u4f53\u4e2d\u6587",
      "path": "lang/zh-CN.json"
    },
    {
      "lang": "zh-CN",
      "name": "\u7b80\u4f53\u4e2d\u6587",
      "path": "lang/zh-CN.json"
    }
  ]
}