{
  "name": "glass-easel-shadow-sync",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/wechat-miniprogram/glass-easel.git"
  },
  "main": "dist/glass-easel-shadow-sync.js",
  "dependencies": {
    "glass-easel": "1.0.0"
  },
  "devDependencies": {
    "glass-easel-template-compiler": "1.0.0"
  },
  "scripts": {
    "build": "rollup -c rollup.config.mjs",
    "test": "jest -c jest.config.js"
  }
}