{
  "name": "skyscraper.rocks",
  "version": "0.0.3",
  "license": "MIT",
  "author": "Ethan Jon <ethan.jon@skyscraper.rocks> (https://skyscraper.rocks)",
  "homepage": "https://skyscraper.rocks",
  "repository": "github:skyscraper-rocks/skyscraper",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "sky": "./dist/cli/index.js"
  },
  "dependencies": {
    "@microsoft/fetch-event-source": "^2.0.1",
    "@prisma/client": "^4.3.1",
    "@tanstack/react-query": "^4.3.9",
    "@tanstack/react-query-devtools": "^4.3.9",
    "@types/cron": "^2.0.0",
    "@types/jest": "^29.0.2",
    "@types/node": "^18.7.16",
    "@types/react": "^18.0.19",
    "autoprefixer": "^10.4.11",
    "bullmq": "^1.90.1",
    "chalk": "^4.0.0",
    "cron": "^2.1.0",
    "dataloader": "^2.1.0",
    "deepmerge": "^4.2.2",
    "dotenv": "^16.0.2",
    "got": "^11.8.5",
    "gqtx": "^0.8.1",
    "graphql": "^16.6.0",
    "graphql-scalars": "^1.18.0",
    "graphql-yoga": "^2.13.13",
    "graphql-zeus": "^5.1.9",
    "ioredis": "^5.2.3",
    "jest": "^29.0.3",
    "jest-mock-extended": "^3.0.0-beta1",
    "json-bigint-patch": "^0.0.8",
    "next": "^12.3.0",
    "nock": "^13.2.9",
    "nodemon": "^2.0.20",
    "postcss": "^8.4.16",
    "prettier": "^2.7.1",
    "prisma": "^4.3.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-hook-form": "^7.35.0",
    "tailwindcss": "^3.1.8",
    "ts-jest": "^29.0.1",
    "type-fest": "^2.19.0",
    "typescript": "^4.8.3",
    "yargs": "^17.5.1"
  },
  "devDependencies": {},
  "scripts": {
    "prepublish": "tsc"
  }
}
