{
  "name": "@warp-drive/json-api",
  "version": "5.8.2",
  "description": "A {json:api} Cache Implementation for WarpDrive",
  "keywords": [
    "ember-addon"
  ],
  "license": "MIT",
  "author": "Chris Thoburn <runspired@users.noreply.github.com>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:warp-drive-data/warp-drive.git",
    "directory": "warp-drive-packages/json-api"
  },
  "files": [
    "dist",
    "declarations",
    "addon-main.cjs",
    "CHANGELOG.md",
    "README.md",
    "LICENSE.md",
    "logos"
  ],
  "exports": {
    ".": {
      "unpkg-dev-deprecated": "./dist/unpkg/dev-deprecated/index.js",
      "unpkg-dev": "./dist/unpkg/dev/index.js",
      "unpkg-deprecated": "./dist/unpkg/prod-deprecated/index.js",
      "unpkg": "./dist/unpkg/prod/index.js",
      "types": "./declarations/index.d.ts",
      "default": "./dist/index.js"
    },
    "./*": {
      "unpkg-dev-deprecated": "./dist/unpkg/dev-deprecated/*.js",
      "unpkg-dev": "./dist/unpkg/dev/*.js",
      "unpkg-deprecated": "./dist/unpkg/prod-deprecated/*.js",
      "unpkg": "./dist/unpkg/prod/*.js",
      "types": "./declarations/*.d.ts",
      "default": "./dist/*.js"
    }
  },
  "peerDependencies": {
    "@warp-drive/core": "5.8.2"
  },
  "dependencies": {
    "@embroider/macros": "^1.18.1",
    "json-to-ast": "2.1.0",
    "fuse.js": "7.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.28.3",
    "@babel/plugin-transform-typescript": "^7.28.0",
    "@babel/preset-typescript": "^7.27.1",
    "@types/json-to-ast": "^2.1.4",
    "@warp-drive/internal-config": "5.8.2",
    "@warp-drive/core": "5.8.2",
    "decorator-transforms": "^2.3.0",
    "expect-type": "^1.2.2",
    "typescript": "^5.9.2",
    "vite": "^7.1.3"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "ember-addon": {
    "main": "addon-main.cjs",
    "type": "addon",
    "version": 2
  },
  "ember": {
    "edition": "octane"
  },
  "scripts": {
    "build:pkg": "vite build;",
    "lint": "eslint . --quiet --cache --cache-strategy=content",
    "sync": "echo \"syncing\"",
    "start": "vite"
  }
}