{
  "name": "sneaks-api",
  "version": "1.2.3",
  "description": "A RESTful API that collects and returns data on sneakers. This API will also find, compare and return a link of where to buy the sneaker based on the price.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/druv5319/Sneaks-API.git"
  },
  "keywords": [
    "sneakers",
    "shoes",
    "goat",
    "stadium goods",
    "flight club",
    "stockx",
    "restful",
    "api",
    "nodejs"
  ],
  "author": "druv5319@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/druv5319/Sneaks-API/issues"
  },
  "homepage": "https://github.com/druv5319/Sneaks-API#readme",
  "dependencies": {
    "cheerio": "^1.0.0-rc.3",
    "core-util-is": "^1.0.2",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "got": "^11.6.0",
    "mongoose": "^5.10.3",
    "request": "^2.65.0"
  }
}
