{
  "name": "alpha-version-dce-check-in-api",
  "version": "0.9.12",
  "description": "API for taking attendance and checking people in.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --runInBand",
    "sync:ui": "rsync -r src/shared/ ../dce-check-in-ui/src/shared",
    "build": "rm -rf dist && tsup src/index.ts --format cjs,esm --dts-resolve"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harvard-edtech/dce-check-in.git"
  },
  "keywords": [
    "education",
    "edtech",
    "harvard",
    "dce"
  ],
  "author": "Gabe Abrams <gabeabrams@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/harvard-edtech/dce-check-in/issues"
  },
  "homepage": "https://github.com/harvard-edtech/dce-check-in",
  "dependencies": {
    "dce-live-grouper": "^2.0.5",
    "ejs": "^3.1.9",
    "express": "^4.18.2"
  },
  "devDependencies": {
    "@types/ejs": "^3.1.5",
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.3",
    "@types/qrcode": "^1.5.1",
    "@typescript-eslint/eslint-plugin": "^5.15.0",
    "@typescript-eslint/parser": "^5.15.0",
    "caccl-api": "^2.1.8",
    "eslint": "^8.11.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^16.1.2",
    "eslint-plugin-import": "^2.25.4",
    "jest": "^29.6.2",
    "ts-jest": "^29.1.1",
    "tsup": "6.6.3",
    "typescript": "^4.6.2"
  },
  "peerDependencies": {
    "dce-mango": "^2.0.1"
  }
}
