{
  "name": "react-molasses",
  "version": "0.8.0",
  "description": "React package for interacting with Molasses' API",
  "keywords": [
    "molasses",
    "feature",
    "toggles",
    "feature",
    "flags",
    "a",
    "b",
    "testing"
  ],
  "author": "James Hrisho <james.hrisho@gmail.com>",
  "homepage": "https://github.com/molassesapp/molasses-node/tree/master/packages/react-molasses#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/molassesapp/molasses-node.git"
  },
  "scripts": {
    "build": "npm run clean && npm run compile && npm run build:umd && npm run build:umd:min",
    "build:umd": "webpack ./src/index.tsx -o dist/molasses.js",
    "build:umd:min": "webpack ./src/index.tsx -o dist/molasses.min.js --config webpack.config.production.js",
    "clean": "rm -rf ./dist",
    "compile": "tsc -p tsconfig.build.json",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/molassesapp/molasses-node/issues"
  },
  "peerDependencies": {
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "dependencies": {
    "@molassesapp/common": "^0.8.0",
    "@molassesapp/molasses-js": "^0.8.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@types/react": "^16.14.11",
    "babel-loader": "^8.2.2",
    "ts-loader": "^9.2.3",
    "webpack": "^5.44.0",
    "webpack-cli": "^4.7.2"
  },
  "gitHead": "6bb18cbfc3c238f6dda205adbffde3c0c1f9f86d"
}
