{
  "name": "robotevents-api",
  "version": "0.4.0",
  "description": "A wrapper for the RobotEvents API.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Zaypers",
  "license": "ISC",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "node-fetch": "^2.6.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zayndamji/robotevents-api.git"
  },
  "homepage": "https://zayndamji.github.io/robotevents-api/",
  "keywords": [
    "robotevents",
    "robotevents.com",
    "robotevents-api",
    "wrapper",
    "robotevents-wrapper",
    "vex",
    "vrc",
    "viqc",
    "vexu",
    "vex robotics",
    "vex robotics competition",
    "robotics"
  ]
}
