{
  "name": "fordonsuppgifter-api-wrapper",
  "version": "1.0.0",
  "dependencies": {
    "cheerio": "^1.0.0-rc.10",
    "playwright": "^1.18.1",
    "user-agents": "^1.0.939"
  },
  "description": "NodeJS API wrapper/scraper for swedish Transportstyrelsen's service \"Fordonsuppgifter\" (Vehicle Details).",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {},
  "scripts": {
    "test": "spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/philipgyllhamn/fordonsuppgifter-api-wrapper.git"
  },
  "keywords": [
    "vehicle",
    "details",
    "car",
    "info",
    "swedish",
    "vehicles",
    "transportstyrelsen",
    "api",
    "vehicle",
    "information"
  ],
  "author": "Philip Gyllhamn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/philipgyllhamn/fordonsuppgifter-api-wrapper/issues"
  },
  "homepage": "https://github.com/philipgyllhamn/fordonsuppgifter-api-wrapper#readme"
}
