{
  "name": "@arvinxu/preloader",
  "version": "1.0.2",
  "files": [
    "lib",
    "es"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "homepage": "https://github.com/arvinxx/components/tree/master/packages/preloader#readme",
  "repository": "git+https://github.com/arvinxx/components.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "build": "father-build && yarn webpack",
    "webpack": "webpack",
    "test": "jest",
    "test:update": "jest -u",
    "prepublishOnly": "yarn build",
    "cov": "jest --coverage",
    "clean": "rm -rf es lib dist build coverage .umi"
  }
}
