{
  "name": "scoutbar",
  "license": "MIT",
  "version": "1.2.3",
  "repository": "git://github.com/adenekan41/scoutbar.git",
  "description": "ScoutBar is a JavaScript library for developing user friendly, easy-to-use, scalable and highly customizable component for automating your navigation experience",
  "author": "Adenekan Wonderful <hellocodewonders@gmail.com> (https://codewonders.dev)",
  "main": "dist/bundle-cjs/index.js",
  "module": "dist/bundle-es/index.js",
  "jsnext:main": "dist/bundle-es/index.js",
  "browser": "dist/scoutbar/index.js",
  "scripts": {
    "flush": "rm -rf dist",
    "build": "yarn flush && NODE_ENV=prod rollup -c  && bundlesize",
    "lint": "eslint --fix 'src/**/*'",
    "test": "jest",
    "dev": " yarn flush && NODE_ENV=dev rollup -c -w",
    "prepublishOnly": "npm run build",
    "ts-types": " tsc --emitDeclarationOnly",
    "format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
    "build:major": "npm version major && git push origin master && npm publish",
    "build:minor": "npm version minor && git push origin master && npm publish",
    "build:patch": "npm version patch && git push origin master && npm publish"
  },
  "homepage": "https://github.com/adenekan41/scoutbar#readme",
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
    "@babel/plugin-transform-runtime": "^7.15.8",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.0",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/react": "^17.0.27",
    "@types/react-dom": "^17.0.9",
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "autoprefixer": "^10.3.7",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "bundlesize": "^0.18.0",
    "core-js": "^3.3.4",
    "eslint": "^7.32.0",
    "postcss": "^8.3.9",
    "postcss-import": "^14.0.2",
    "react": "^16.12.0",
    "rollup": "^2.58.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-multi-input": "^1.3.1",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.9.0",
    "sass": "^1.57.1",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "bundlesize": [
    {
      "path": "dist/bundle-cjs/**/*.js"
    },
    {
      "path": "dist/bundle-es/**/*.js"
    },
    {
      "path": "dist/scout-bar/**/*.js"
    },
    {
      "path": "dist/**/*.ts"
    }
  ],
  "files": [
    "dist/bundle-es",
    "dist/bundle-cjs",
    "dist/scout-bar"
  ],
  "keywords": [
    "javascript",
    "codewonders",
    "js",
    "utility",
    "functions",
    "utilities",
    "broad-state",
    "helper functions"
  ],
  "peerDependencies": {
    "react": ">= 16.8.0"
  }
}
