{
  "name": "@jobovy/vizier",
  "version": "1.0.2",
  "description": "Fetch data tables from VizieR in the browser",
  "main": "src/vizier.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "cypress:test": "nyc instrument ./src ./build && npx cypress run -b chrome --headless",
    "cypress:coverage": "nyc instrument ./src ./build && npx cypress run  -b chrome --headless && nyc report --reporter=text --reporter=lcovonly"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jobovy/vizier.js.git"
  },
  "author": "Jo Bovy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jobovy/vizier.js/issues"
  },
  "homepage": "https://github.com/jobovy/vizier.js#readme",
  "devDependencies": {
    "@cypress/code-coverage": "^3.8.2",
    "cypress": "^5.4.0",
    "nyc": "^15.1.0"
  }
}
