{
  "name": "@fatcherjs/utils-shared",
  "homepage": "https://github.com/fanhaoyuan/fatcher",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fanhaoyuan/fatcher.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "browser": "dist/index.min.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "version": "3.0.0-alpha-11",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && rollup -c rollup.config.ts"
  }
}