{
  "name": "@glimmer/reference",
  "type": "module",
  "version": "0.85.13",
  "description": "Objects used to track values and their dirtiness in Glimmer",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/glimmerjs/glimmer-vm.git",
    "directory": "packages/@glimmer/reference"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@glimmer/env": "^0.1.7",
    "@glimmer/global-context": "^0.85.13",
    "@glimmer/interfaces": "^0.85.13",
    "@glimmer/util": "^0.85.13",
    "@glimmer/validator": "^0.85.13"
  },
  "devDependencies": {
    "eslint": "^8.52.0",
    "publint": "^0.2.5",
    "rollup": "^3.21.6",
    "typescript": "*",
    "@glimmer-workspace/build-support": "^1.0.0",
    "@glimmer/local-debug-flags": "^0.85.13"
  },
  "main": null,
  "types": "dist/dev/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test:lint": "eslint .",
    "test:types": "tsc --noEmit -p ../tsconfig.json",
    "build": "rollup -c rollup.config.mjs",
    "test:publint": "publint"
  },
  "exports": {
    ".": {
      "types": "./dist/dev/index.d.ts",
      "development": {
        "require": "./dist/dev/index.cjs",
        "import": "./dist/dev/index.js"
      },
      "require": "./dist/dev/index.cjs",
      "import": "./dist/prod/index.js"
    }
  },
  "module": "dist/dev/index.js"
}