{
  "name": "@ctx-core/nav",
  "version": "24.0.142",
  "description": "ctx-core nav",
  "keywords": [
    "ctx-core",
    "nav",
    "yarn"
  ],
  "homepage": "https://github.com/ctx-core/nav#readme",
  "bugs": {
    "url": "https://github.com/ctx-core/nav/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ctx-core/nav.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Brian Takita",
    "url": "https://briantakita.me",
    "email": "info+ctx-core-nav@briantakita.me"
  },
  "type": "module",
  "modules": "./index.js",
  "files": [
    "*.d.ts",
    "*.js",
    "*.json",
    "nav_opened"
  ],
  "types": "./index.d.ts",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "ctx-core": "*"
  },
  "devDependencies": {
    "c8": "^11.0.0",
    "tsx": "^4.21.0",
    "typescript": "next",
    "uvu": "^0.5.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": ":",
    "clean": ":",
    "exec": "$@",
    "test": "pnpm run /^test:/",
    "test:types": "tsc --noEmit",
    "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
    "disable:test:unit:coverage": "c8 pnpm test:unit"
  }
}