{
  "name": "usm",
  "version": "4.9.0",
  "description": "Universal state model",
  "main": "dist/index.cjs.js",
  "unpkg": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/unadlib/usm/issues"
  },
  "homepage": "https://github.com/unadlib/usm#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/unadlib/usm.git",
    "directory": "packages/usm"
  },
  "engines": {
    "node": ">=14.0"
  },
  "keywords": [
    "USM",
    "universal state model"
  ],
  "author": "unadlib",
  "license": "MIT",
  "dependencies": {
    "mutative": "^1.3.0"
  }
}
