{
  "name": "@faststore/api",
  "version": "3.98.0",
  "license": "MIT",
  "main": "dist/cjs/src/index.js",
  "typings": "dist/esm/src/index.d.ts",
  "module": "dist/esm/src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/vtex/faststore",
    "directory": "packages/api"
  },
  "files": [
    "dist",
    "src"
  ],
  "exports": {
    ".": {
      "import": "./dist/esm/src/index.js",
      "require": "./dist/cjs/src/index.js",
      "types": "./dist/esm/src/index.d.ts",
      "default": "./dist/esm/src/index.js"
    }
  },
  "browserslist": "node 18",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "dev": "concurrently \"pnpm run generate -w\" \"tsc --watch\" \"pnpm run dev:graphql\"",
    "dev:graphql": "nodemon --watch src --ext graphql --exec \"copyfiles \"src/**/*.graphql\" dist/esm\"",
    "dev:server": "tsx --no-cache ./local/server.ts",
    "build": "graphql-codegen --config codegen.yml && (pnpm build:cjs && pnpm build:esm)",
    "build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir dist/cjs && copyfiles \"src/**/*.graphql\" dist/cjs",
    "build:esm": "tsc && copyfiles \"src/**/*.graphql\" dist/esm",
    "test:int": "jest --projects jest.int.config.js",
    "test:intc": "jest --projects jest.int.config.js --coverage",
    "test:unit": "jest --projects jest.unit.config.js --silent",
    "test:unitc": "jest --projects jest.unit.config.js --silent --coverage",
    "test": "pnpm run test:unit && pnpm run test:int",
    "generate": "graphql-codegen --config codegen.yml"
  },
  "dependencies": {
    "@graphql-tools/load-files": "^7.0.0",
    "@graphql-tools/schema": "^9.0.0",
    "@graphql-tools/utils": "^10.2.0",
    "@rollup/plugin-graphql": "^1.0.0",
    "cookie": "^0.7.0",
    "dataloader": "^2.1.0",
    "fast-deep-equal": "^3.1.3",
    "isomorphic-unfetch": "^3.1.0",
    "p-limit": "^3.1.0",
    "sanitize-html": "^2.11.0"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "2.2.0",
    "@graphql-codegen/typescript": "2.2.2",
    "@parcel/watcher": "^2.4.0",
    "@types/cookie": "^0.6.0",
    "@types/express": "^4.17.16",
    "@types/jest": "29.1.0",
    "@types/sanitize-html": "^2.9.1",
    "concurrently": "^6.2.1",
    "copyfiles": "^2.4.1",
    "express": "^4.17.3",
    "express-graphql": "^0.12.0",
    "graphql": "^15.6.0",
    "jest": "^29.7.0",
    "nodemon": "^3.0.2",
    "ts-jest": "29.1.1",
    "tslib": "^2.3.1",
    "tsx": "^4.6.2"
  },
  "peerDependencies": {
    "graphql": "^15.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "gitHead": "4cef440f0256e4669d1200be9a5a6c3f1fedc1f0"
}
