{
  "name": "airtap-default",
  "version": "1.0.0",
  "description": "Default browser provider",
  "license": "MIT",
  "author": "Vincent Weevers",
  "scripts": {
    "test": "standard && hallmark && depcheck && node test",
    "fix:js": "standard --fix",
    "fix:md": "hallmark --fix"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "abstract-browser": "^1.0.0",
    "browser-provider": "^1.1.0",
    "open": "^7.1.0"
  },
  "devDependencies": {
    "depcheck": "^1.2.0",
    "hallmark": "^3.0.0",
    "standard": "^14.3.4"
  },
  "keywords": [
    "airtap",
    "browser",
    "browser-provider",
    "default",
    "test"
  ],
  "repository": "airtap/default",
  "bugs": "https://github.com/airtap/default/issues",
  "homepage": "https://github.com/airtap/default",
  "engines": {
    "node": ">=10.2"
  }
}
