{
  "name": "crossover-js",
  "description": "Bridging the Gap between Frontend and Backend.",
  "version": "0.0.4",
  "main": "",
  "scripts": {
    "examples:client": "nodemon examples/client",
    "examples:server": "nodemon examples/server"
  },
  "dependencies": {
    "axios": "^1.5.1",
    "express": "^4.18.2",
    "mqtt": "^5.1.0",
    "sqlite3": "^5.1.6"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcmullinboy15/crossover-js.git"
  },
  "keywords": [
    "crossover",
    "express",
    "axios",
    "simple"
  ],
  "author": "Andrew McMullin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mcmullinboy15/crossover-js/issues"
  },
  "homepage": "https://github.com/mcmullinboy15/crossover-js#readme"
}
