{
  "name": "@khavan/btc_frontend",
  "version": "1.0.3",
  "description": "Middlelayer code for the Be There Certificate project",
  "homepage": "https://github.com/finsweet/client-jack-org#readme",
  "license": "ISC",
  "keywords": [],
  "author": {
    "name": "Finsweet",
    "url": "https://finsweet.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finsweet/client-jack-org.git"
  },
  "bugs": {
    "url": "https://github.com/finsweet/client-jack-org/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-git": "^0.1.14",
    "@changesets/cli": "^2.26.1",
    "@finsweet/eslint-config": "^2.0.5",
    "@finsweet/tsconfig": "^1.3.2",
    "@playwright/test": "^1.35.0",
    "@types/papaparse": "^5.3.14",
    "@types/validator": "^13.7.17",
    "@typescript-eslint/eslint-plugin": "^5.59.9",
    "@typescript-eslint/parser": "^5.59.9",
    "cross-env": "^7.0.3",
    "esbuild": "^0.17.19",
    "eslint": "^8.42.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^2.8.8",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "@finsweet/form-logic": "^0.0.2",
    "@finsweet/ts-utils": "^0.39.2",
    "@floating-ui/dom": "^1.5.3",
    "@pdf-lib/fontkit": "^1.1.1",
    "debounce": "^1.2.1",
    "dotenv": "^16.4.7",
    "emittery": "^1.0.1",
    "fs": "0.0.1-security",
    "jackorg-webflow": "link:",
    "jszip": "^3.10.1",
    "just-debounce": "^1.1.0",
    "papaparse": "^5.5.2",
    "pdf-lib": "^1.17.1",
    "pdf2pic": "^3.1.3",
    "validator": "^13.9.0"
  },
  "engines": {
    "pnpm": ">=8"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ./bin/build.js",
    "build": "cross-env NODE_ENV=production node ./bin/build.js",
    "lint": "eslint --ignore-path .gitignore ./src && prettier --check ./src",
    "lint:fix": "eslint --ignore-path .gitignore ./src --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "playwright test",
    "test:headed": "playwright test --headed",
    "release": "changeset publish",
    "update": "pnpm update -i -L -r"
  }
}