{
  "name": "respec-xref-route",
  "version": "9.0.4",
  "description": "Keyword based search API for CSSWG's Shepherd data, used in ReSpec.",
  "keywords": [
    "csswg",
    "respec",
    "search",
    "shepherd",
    "spec",
    "w3c"
  ],
  "homepage": "https://github.com/sidvishnoi/respec-xref-route#readme",
  "bugs": "https://github.com/sidvishnoi/respec-xref-route/issues",
  "repository": "git@github.com:sidvishnoi/respec-xref-route.git",
  "license": "MIT",
  "author": "Sid Vishnoi <sidvishnoi8@gmail.com>",
  "main": "search.js",
  "type": "module",
  "scripts": {
    "build": "tsc -d",
    "clean": "rm -rf *.js *.d.ts __tests__/build",
    "dev": "tsc -w",
    "prepare": "npm run build",
    "scraper": "node scripts/scraper.js",
    "pretest": "tsc --sourceMap --module commonjs --outDir __tests__/build/",
    "test": "jest",
    "test:nobuild": "jest"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^14.14.20",
    "jest": "^26.6.3",
    "typescript": "^4.1.3"
  },
  "files": [
    "*.js",
    "*.d.ts"
  ],
  "jest": {
    "testRegex": "/__tests__/.*\\.test\\.(j|t)s$",
    "collectCoverageFrom": [
      "search.js",
      "utils.js"
    ]
  },
  "prettier": {
    "arrowParens": "avoid",
    "singleQuote": true,
    "trailingComma": "all"
  },
  "funding": "https://opencollective.com/respec/"
}
