{
  "name": "microsoft-store",
  "version": "1.2.3",
  "description": "A simple scrapper for microsoft store.",
  "main": "index.js",
  "scripts": {
    "test": "node test/test.js",
    "lint": "eslint . --ext .ts"
  },
  "author": "Abh80",
  "license": "MIT",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/cheerio": "^0.22.21",
    "@types/node": "^14.6.0",
    "@typescript-eslint/eslint-plugin": "^3.9.1",
    "eslint": "^7.7.0"
  },
  "dependencies": {
    "axios": "^0.19.2",
    "cheerio": "^1.0.0-rc.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abh80/microsoft-store"
  },
  "homepage": "https://github.com/abh80/microsoft-store#microsoft-store"
}
