{
  "name": "@exodus/atoms",
  "version": "10.3.4",
  "description": "Abstraction for encapsulating a piece of data behind a simple unified interface: get, set, observe",
  "type": "module",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js",
    "./factories/observer": "./lib/factories/observer.js"
  },
  "author": "Exodus Movement, Inc.",
  "scripts": {
    "build": "run -T tsc -p tsconfig.build.json",
    "clean": "run -T tsc --build --clean",
    "test": "run -T exodus-test --jest --esbuild && run test:types",
    "test:types": "tsc -p tsconfig.json --noEmit",
    "lint": "run -T eslint .",
    "lint:fix": "yarn lint --fix",
    "prepublishOnly": "yarn run -T build --scope @exodus/atoms"
  },
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ExodusMovement/exodus-hydra.git"
  },
  "homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/libraries/atoms",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Aatoms"
  },
  "dependencies": {
    "@exodus/proxy-freeze": "^3.0.0",
    "@exodus/storage-interface": "^1.0.0",
    "delay": "^5.0.0",
    "eventemitter3": "^4.0.7",
    "json-stringify-safe": "^5.0.1",
    "lodash": "^4.17.21",
    "make-concurrent": ">=4 <6",
    "minimalistic-assert": "^1.0.1",
    "p-defer": "^4.0.0"
  },
  "devDependencies": {
    "@exodus/atom-tests": "^1.0.0",
    "@exodus/deferring-storage": "^1.0.2",
    "@exodus/storage-encrypted": "^1.5.1",
    "@exodus/storage-memory": "^2.4.0",
    "@types/jest": "^29.5.11",
    "@types/json-stringify-safe": "^5.0.3",
    "@types/lodash": "^4.14.200",
    "@types/minimalistic-assert": "^1.0.2",
    "events": "^3.3.0"
  },
  "publishConfig": {
    "provenance": false
  },
  "gitHead": "95dcb56fe569e3446a0c2d5abfcc12ea46f3bfb9"
}
