{
    "name": "batfink-bazar",
    "main": "dist/Bazar.js",
    "module": "src/Bazar.jsx",
    "version": "3.0.1",
    "license": "MIT",
    "scripts": {
        "prepare": "npm run build",
        "clean": "rimraf dist && mkdir dist",
        "bundle": "rollup -c",
        "build": "npm-run-all clean bundle",
        "update-dependencies": "ncu -u"
    },
    "files": [
        "src/Bazar.jsx",
        "dist"
    ],
    "dependencies": {
        "styled-components": "^4.1.1"
    },
    "peerDependencies": {
        "react": "^16.6.0",
        "react-dom": "^16.6.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "repository": "github:batfink/react-storybook-setup"
}
