{
  "name": "@gytx/cppreference-index",
  "version": "0.1.15",
  "description": "",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "cheerio": "1.0.0-rc.12",
    "entities": "^4.3.1",
    "node-fetch": "^3.2.6",
    "proxy-agent": "^6.2.1"
  },
  "devDependencies": {
    "@types/node": "^18.0.3",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "esbuild": "^0.14.48",
    "esbuild-plugin-copy": "^1.3.0",
    "eslint": "^8.19.0",
    "eslint-plugin-only-warn": "^1.0.3",
    "rimraf": "^3.0.2",
    "tsup": "^6.1.3",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": ">= 16.15.0"
  },
  "scripts": {
    "generate": "node ./bin/generate.mjs ./dist",
    "build": "rimraf ./dist && tsup",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}