{
  "name": "stata",
  "version": "0.11.0",
  "description": "Super-simple state management",
  "main": "dist/stata.js",
  "module": "dist/stata.m.js",
  "source": "src/stata.js",
  "directories": {
    "test": "__tests__"
  },
  "scripts": {
    "build": "prettier --write src/**/*.js && microbundle build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/developerdizzle/stata.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/developerdizzle/stata/issues"
  },
  "homepage": "https://github.com/developerdizzle/stata#readme",
  "devDependencies": {
    "babel-preset-env": "^1.6.1",
    "jest": "^22.4.3",
    "microbundle": "0.4.2"
  }
}
