{
  "name": "react-beep",
  "version": "2.0.4",
  "description": "New way for state management without connect component",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src --out-dir ./ && cp ./index.js ./example/src/react-beep.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/behnammodi/react-beep.git"
  },
  "author": "Behnam Mohammadi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/behnammodi/react-beep/issues"
  },
  "homepage": "https://github.com/behnammodi/react-beep#readme",
  "dependencies": {
    "jetemit": "^7.0.0",
    "jetstate": "^1.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.17",
    "@babel/core": "^7.12.17",
    "@babel/preset-env": "^7.12.17"
  }
}
