{
  "name": "@glimmer/debug",
  "version": "0.92.4",
  "license": "MIT",
  "description": "Utilities for helping make working in the vm easier. these should be inlined and stripped for ember usage.",
  "sideEffects": false,
  "repository": "https://github.com/glimmerjs/glimmer-vm/tree/main/packages/@glimmer/debug",
  "type": "module",
  "main": null,
  "types": "dist/dev/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/dev/index.d.ts",
      "development": {
        "import": "./dist/dev/index.js"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@glimmer/interfaces": "0.92.3",
    "@glimmer/util": "0.92.3",
    "@glimmer/vm": "0.92.3"
  },
  "devDependencies": {
    "eslint": "^8.52.0",
    "publint": "^0.2.5",
    "rollup": "^4.5.1",
    "toml": "^3.0.0",
    "typescript": "*",
    "@glimmer/local-debug-flags": "0.92.0",
    "@glimmer-workspace/build-support": "1.0.0"
  },
  "scripts": {
    "build": "rollup -c rollup.config.mjs",
    "test:lint": "eslint .",
    "test:publint": "publint",
    "test:types": "tsc --noEmit -p ../tsconfig.json"
  },
  "module": "dist/dev/index.js"
}