{
  "name": "statex-js",
  "version": "0.0.1",
  "description": "Dynamic state management library",
  "main": "lib/index.js",
  "author": "Faiq Eyvazli",
  "license": "MIT",
  "keywords": [
    "state management",
    "redux"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faiq3yvazli/StateX.git"
  },
  "scripts": {
    "start": "nodemon --exec babel-node src/index.js",
    "build": "babel src --out-dir lib",
    "prepare": "yarn build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.4",
    "@babel/core": "^7.7.4",
    "@babel/node": "^7.7.4",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/preset-env": "^7.7.4",
    "nodemon": "^2.0.1"
  }
}
