{
  "name": "moecounter.js",
  "version": "1.1.1",
  "description": "The most effective and efficient MoeCounters for your projects, designed to display a wide range of statistics for your website and more!",
  "keywords": [
    "anime",
    "anime-counter",
    "anime-counters",
    "anime-girl",
    "anime-girls",
    "anime-neko",
    "anime-tags",
    "catgirl",
    "catgirl-counter",
    "catgirl-counters",
    "catgirls",
    "catgirls-counter",
    "catgirls-counters",
    "counter",
    "counters",
    "cute-anime",
    "cute-catgirl",
    "kawaii",
    "kawaii-anime",
    "kawaii-catgirl",
    "moe",
    "moe-counter",
    "moe-counter.js",
    "moecounter",
    "moecounter.js",
    "neko",
    "neko-counter",
    "neko-counters",
    "nekos",
    "neko-girl",
    "neko-girls"
  ],
  "homepage": "https://sefinek.net/projects/moecounter.js",
  "bugs": {
    "url": "https://github.com/sefinek/moecounter.js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sefinek/moecounter.js.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://sefinek.net/donate"
  },
  "license": "MIT",
  "author": "Sefinek <contact@sefinek.net> (https://sefinek.net)",
  "type": "commonjs",
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "require": "./src/index.js"
    }
  },
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "directories": {
    "example": "examples"
  },
  "files": [
    "dist",
    "src",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "lint": "eslint .",
    "m": "ncu -u && npm install && npm update",
    "test": "jest"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/jest": "^30.0.0",
    "globals": "^17.6.0",
    "jest": "^30.4.2",
    "webpack": "^5.107.2",
    "webpack-cli": "^7.0.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
