{
  "name": "@wpilib/wpilib-ws-robot-romi",
  "version": "1.4.0",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && pio run -d firmware",
    "build-js": "tsc",
    "gen-shmem": "node generate-buffer.js",
    "start": "npm run build && node dist/index.js",
    "prepublishOnly": "npm run build",
    "pack-all": "node node_modules/npm-pack-all",
    "test": "jest"
  },
  "bin": {
    "wpilibws-romi": "dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wpilibsuite/wpilib-ws-robot-romi.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wpilibsuite/wpilib-ws-robot-romi/issues"
  },
  "homepage": "https://github.com/wpilibsuite/wpilib-ws-robot-romi#readme",
  "dependencies": {
    "@wpilib/wpilib-ws-robot": "1.2.1",
    "commander": "^6.1.0",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "ip-address": "^7.1.0",
    "jsonfile": "^6.0.1",
    "node-ntcore": "^0.1.5",
    "promise-queue": "^2.2.5",
    "winston": "^3.3.3"
  },
  "optionalDependencies": {
    "i2c-bus": "^5.2.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.8",
    "@types/express": "^4.17.9",
    "@types/i2c-bus": "^5.1.0",
    "@types/jest": "^26.0.20",
    "@types/jsbn": "^1.2.29",
    "@types/jsonfile": "^6.0.0",
    "@types/node": "^14.6.0",
    "@types/promise-queue": "^2.2.0",
    "@types/winston": "^2.4.4",
    "jest": "^26.6.3",
    "npm-pack-all": "^1.12.3",
    "ts-jest": "^26.4.4",
    "typescript": "^3.9.7",
    "uuid": "^8.3.0"
  },
  "files": [
    "dist/**/*",
    "firmware/.pio/build/a-star32U4/firmware.hex"
  ],
  "publishConfig": {
    "access": "public"
  }
}
