{
  "name": "@snappmarket/ui-loading",
  "private": false,
  "version": "0.2.5",
  "author": "Jafar Rezaei (SayJeyHi) <jafar.rezaei.ard@gmail.com>",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "scripts": {
    "test": "cross-env BABEL_ENV=test jest --config ../../../../jest.config.js",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "prepare": "yarn run build",
    "release:child": "yarn build && node ../../../../scripts/release/release-childs.js"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "license": "MIT",
  "keywords": [
    "ui-components",
    "components",
    "loading"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/snappmarket/frontend-toolbox"
  },
  "homepage": "https://github.com/snappmarket/frontend-toolbox/tree/master/packages/ui/packages/Loading",
  "gitHead": "9153735fe6c0577252a9b12e7e08fc526b39968e"
}