{
  "name": "@ctx-core/nanostores",
  "version": "10.0.158",
  "description": "ctx-core nanostores",
  "keywords": [
    "ctx-core",
    "nanostores",
    "pnpm"
  ],
  "homepage": "https://github.com/ctx-core/nanostores#readme",
  "bugs": {
    "url": "https://github.com/ctx-core/nanostores/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ctx-core/nanostores.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Brian Takita",
    "url": "https://briantakita.me",
    "email": "info+ctx-core-nanostores@briantakita.me"
  },
  "type": "module",
  "files": [
    "*.d.ts",
    "*.js",
    "*.json",
    "_nanostores",
    "_types",
    "atom",
    "atom_pair",
    "be_atom_triple",
    "be_computed_pair",
    "computed",
    "computed__set_a",
    "computed__set_o",
    "computed_set_a",
    "computed_set_o",
    "listen_change",
    "listen_once",
    "listen_prev",
    "neq_atom",
    "neql_atom",
    "readable_fn",
    "setter_computed",
    "subscribe_wait",
    "subscribe_wait_timeout",
    "writable_atom___mix"
  ],
  "types": "./index.d.ts",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "ctx-core": "*",
    "nanostores": "github:btakita/nanostores#9f42323d8ddfa65a76851085f6a46a5e2fa51f1e"
  },
  "devDependencies": {
    "@sinonjs/fake-timers": "^15.1.1",
    "@types/sinonjs__fake-timers": "^15.0.1",
    "c8": "^11.0.0",
    "check-dts": "^0.9.0",
    "eslint": "^10.0.2",
    "tsx": "^4.21.0",
    "typescript": "^5.9.3",
    "uvu": "^0.5.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": ":",
    "clean": ":",
    "exec": "$@",
    "test": "pnpm run /^test:/",
    "test:types": "check-dts",
    "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
    "disable:test:unit:coverage": "c8 pnpm test:unit"
  }
}