{
  "name": "@saucerjs/core",
  "version": "0.1.11",
  "description": "> TODO: description",
  "author": "moonrailgun <moonrailgun@gmail.com>",
  "homepage": "https://github.com/moonrailgun/saucer/tree/master/core#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "esm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moonrailgun/saucer.git"
  },
  "scripts": {
    "build": "yarn run clean && yarn run build:esm && yarn run build:cjs",
    "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm",
    "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
    "build:watch": "yarn run build:esm --watch",
    "clean": "rm -rf esm lib"
  },
  "bugs": {
    "url": "https://github.com/moonrailgun/saucer/issues"
  },
  "devDependencies": {
    "react": "17.0.1",
    "react-redux": "7.2.2",
    "redux": "4.0.5"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^1.4.0",
    "lodash": "^4.17.20"
  },
  "gitHead": "23a9b47bc0cf51051986c765bb91af40972314d4"
}
