{
  "name": "@ynetlabo/htmlanalyzer",
  "version": "0.2.08",
  "description": "a tool for the npm package to easily analysis a html document.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest"
  },
  "jest": {
    "preset": "ts-jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuuint/HTMLAnalyzer.git"
  },
  "keywords": [
    "HTML",
    "Analyzer"
  ],
  "author": "Y.NetLabo",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yuuint/HTMLAnalyzer/issues"
  },
  "homepage": "https://github.com/yuuint/HTMLAnalyzer#readme",
  "dependencies": {
    "axios": "^1.6.8",
    "luxon": "^3.4.4",
    "node-html-parser": "^6.1.13",
    "typescript": "^5.4.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/luxon": "^3.4.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2"
  }
}
