{
  "name": "@statekit/core",
  "version": "0.8.1-dev",
  "description": "",
  "main": "./src/index.js",
  "exports": {
    ".": "./src/index.js",
    "./internals": "./src/internals.js",
    "./lib": "./src/lib/index.js",
    "./internals/files/*": "./src/*"
  },
  "keywords": [],
  "author": "",
  "license": "UNLICENSED",
  "dependencies": {
    "immer": ">= 9 <= 11.0.1"
  },
  "scripts": {
    "test": "jest --logHeapUsage",
    "test:watch": "jest --watch",
    "test:clear": "jest --clearCache",
    "tsc:trace": "tsc --traceResolution",
    "build": "tsc -p tsconfig.prod.node.json"
  }
}