{
  "name": "rescope",
  "version": "4.6.4",
  "description": "Intuitive & scalable state management system based on flux architecture, stores data components & inheritable scopes",
  "repository": "https://github.com/rscopes/rescope.git",
  "main": "./dist/reScope.js",
  "license": "MIT",
  "author": "Nathan Braun <n8tz.js@gmail.com>",
  "scripts": {
    "build": "lpack",
    "dev": "lpack :staging -w",
    "test": "mocha --require @babel/register ./etc/test/*.test.js -b"
  },
  "dependencies": {
    "is": "^3.2.1",
    "shortid": "^2.2.8"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.5.0",
    "@babel/register": "^7.4.4",
    "@babel/plugin-proposal-class-properties": "^7.2.0",
    "mocha": "^6.2.0",
    "layer-pack": "^1.0.0",
    "lpack-react": "^1.0.0"
  }
}
