{
  "name": "@whop-apps/api",
  "version": "0.0.1-canary.117",
  "private": false,
  "description": "",
  "keywords": [],
  "license": "ISC",
  "author": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "!/dist/**/*.test.js",
    "!/dist/**/*.test.d.ts"
  ],
  "dependencies": {
    "@whop-apps/auth": "0.0.1-canary.117",
    "@whop-apps/core": "0.0.1-canary.117",
    "@whop-apps/typed-api": "0.0.1-canary.117",
    "openapi-typescript-helpers": "^0.0.2"
  },
  "devDependencies": {
    "@swc/cli": "^0.1.62",
    "@swc/core": "^1.3.80",
    "@types/node": "^20.5.7",
    "@whop-sdk/turbo-module": "latest",
    "chokidar": "^3.5.3",
    "concurrently": "^8.2.1",
    "openapi-typescript": "^6.5.5",
    "tsconfig": "0.0.0",
    "typescript": "^5.1.6",
    "vitest": "latest"
  },
  "scripts": {
    "build": "pnpm run codegen && concurrently \"pnpm run build:tsc\" \"pnpm run build:swc\"",
    "build:swc": "swc src -d dist",
    "build:tsc": "tsc --emitDeclarationOnly",
    "codegen": "openapi-typescript ./schema/schema.yml -o src/schema.ts",
    "dev": "concurrently \"pnpm run build:tsc --watch\" \"pnpm run build:swc --watch\"",
    "pull-schema": "pull-api-schema -s 'https://api.whop.com/api/v5/schema.yaml' -p ./schema/schema.yml && pnpm codegen",
    "pull-schema-local": "pull-api-schema -s 'http://127.0.0.1:3000/api/v5/schema.yaml' -p ./schema/schema.yml && pnpm codegen",
    "release": "turbo-module publish",
    "test": "vitest --run",
    "test:watch": "vitest --watch"
  }
}