{
  "name": "ember-primitives",
  "version": "0.59.1",
  "description": "Making apps easier to build",
  "keywords": [
    "ember-addon"
  ],
  "repository": "https://github.com/universal-ember/ember-primitives",
  "license": "MIT",
  "author": "nullvoxpopuli",
  "files": [
    "addon-main.cjs",
    "dist",
    "src",
    "bin",
    "declarations"
  ],
  "bin": "./bin/index.mjs",
  "dependencies": {
    "@babel/runtime": "^7.28.6",
    "@embroider/addon-shim": "^1.10.2",
    "@floating-ui/dom": "^1.7.5",
    "decorator-transforms": "2.3.1",
    "ember-element-helper": "^0.8.8",
    "form-data-utils": "^0.6.0",
    "reactiveweb": "^1.9.1",
    "should-handle-link": "^1.2.2",
    "tabster": "^8.7.0",
    "tracked-built-ins": "^4.1.0",
    "tracked-toolbox": "^3.0.0",
    "which-heading-do-i-need": "0.2.7"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.0",
    "@babel/core": "^7.29.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.29.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/plugin-syntax-decorators": "^7.28.6",
    "@babel/plugin-transform-class-static-block": "^7.28.6",
    "@babel/plugin-transform-private-methods": "^7.28.6",
    "@babel/plugin-transform-typescript": "^7.28.6",
    "@babel/preset-typescript": "^7.28.5",
    "@ember/library-tsconfig": "^2.0.0",
    "@ember/test-helpers": "^5.4.1",
    "@ember/test-waiters": "^4.1.0",
    "@embroider/addon-dev": "^8.3.0",
    "@embroider/macros": "^1.19.7",
    "@glimmer/component": "^2.0.0",
    "@glimmer/tracking": "^1.1.2",
    "@glint/ember-tsc": "^1.1.1",
    "@glint/template": "1.7.7",
    "@glint/tsserver-plugin": "^2.1.0",
    "@nullvoxpopuli/eslint-configs": "^5.5.0",
    "@rollup/plugin-babel": "^7.0.0",
    "@tsconfig/ember": "^3.0.12",
    "babel-plugin-ember-template-compilation": "^4.0.0",
    "concurrently": "^9.2.1",
    "ember-modifier": "^4.3.0",
    "ember-resources": "^7.0.7",
    "ember-source": "^6.10.1",
    "ember-template-lint": "^7.9.3",
    "eslint": "^9.39.2",
    "execa": "^9.6.0",
    "fix-bad-declaration-output": "^1.1.5",
    "prettier": "^3.8.1",
    "prettier-plugin-ember-template-tag": "^2.1.3",
    "publint": "^0.3.17",
    "rollup": "^4.57.1",
    "rollup-plugin-copy": "^3.5.0",
    "typescript": "^6.0.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "ember": {
    "edition": "octane"
  },
  "ember-addon": {
    "version": 2,
    "type": "addon",
    "main": "addon-main.cjs",
    "app-js": {}
  },
  "exports": {
    ".": {
      "types": "./declarations/index.d.ts",
      "default": "./dist/index.js"
    },
    "./layout/*": {
      "types": "./declarations/components/layout/*.d.ts",
      "default": "./dist/components/layout/*.js"
    },
    "./*": {
      "types": "./declarations/*.d.ts",
      "default": "./dist/*.js"
    },
    "./*.css": {
      "default": "./dist/*.css"
    },
    "./addon-main": "./addon-main.cjs"
  },
  "typesVersions": {
    "*": {
      "test-support": [
        "declarations/test-support/index.d.ts"
      ],
      "*": [
        "declarations/*"
      ]
    }
  },
  "volta": {
    "extends": "../package.json"
  },
  "peerDependencies": {
    "@ember/test-helpers": ">= 3.2.0",
    "@ember/test-waiters": ">= 3.0.2",
    "@glimmer/component": "^2.0.0",
    "@glint/template": "^1.7.4",
    "ember-modifier": ">= 4.1.0",
    "ember-resources": ">= 6.1.0"
  },
  "peerDependenciesMeta": {
    "@ember/test-helpers": {
      "optional": true
    },
    "@glint/template": {
      "optional": true
    }
  },
  "scripts": {
    "build": "rollup --config ./rollup.config.mjs",
    "lint": "concurrently 'pnpm:lint:*(!fix)' --names 'lint:'",
    "lint:fix": "concurrently 'pnpm:lint:*:fix' --names 'fix:' && pnpm format",
    "lint:js": "eslint . --cache",
    "lint:js:fix": "eslint . --fix",
    "lint:prettier": "prettier --check .",
    "format": "prettier --write .",
    "lint:package": "pnpm publint",
    "lint:published-types": "attw *.tgz || exit 0",
    "lint:types": "ember-tsc --noEmit --declaration false --declarationMap false --emitDeclarationOnly false",
    "pack": "pnpm pack",
    "start": "rollup --config --watch",
    "dev": "rollup --config --watch --no-watch.clearScreen",
    "test": "echo 'A v2 addon does not have tests, run tests in test-app'"
  }
}