{
  "name": "@benzene/core",
  "type": "module",
  "version": "0.8.2",
  "description": "Fast, minimal, agnostic GraphQL Libraries",
  "author": "Hoang Vo (https://hoangvvo.com)",
  "keywords": [
    "graphql",
    "performance",
    "agnostic"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoangvvo/benzene.git",
    "directory": "packages/core"
  },
  "bugs": {
    "url": "https://github.com/hoangvvo/benzene/issues"
  },
  "homepage": "https://benzene.vercel.app/",
  "main": "./dist/index.js",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc --emitDeclarationOnly --project tsconfig.build.json && rollup -c",
    "test": "jest",
    "clean": "npx rimraf dist"
  },
  "license": "MIT",
  "dependencies": {
    "tiny-lru": "^8.0.2"
  },
  "peerDependencies": {
    "graphql": "^15.0.0 || ^16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^14.0.0 || >=16.0.0"
  }
}
