{
  "name": "@xpadev-net/niconicomments",
  "version": "0.4.1",
  "description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
  "main": "dist/bundle.js",
  "types": "dist/bundle.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "rimraf dist && \"$npm_execpath\" run build:ts && \"$npm_execpath\" run build:dts",
    "build:ts": "rolldown -c rolldown.config.mjs",
    "build:dts": "rolldown -c rolldown.config.dts.mjs",
    "watch": "rolldown -c rolldown.config.mjs -w",
    "typedoc": "typedoc --entryPointStrategy Expand --out ./docs/type/ ./src/",
    "prepublishOnly": "\"$npm_execpath\" run check-docs-version && \"$npm_execpath\" run check-package-artifacts -- --allow-missing-dist && \"$npm_execpath\" run check-types && \"$npm_execpath\" run build && \"$npm_execpath\" run check-package-artifacts",
    "check-types": "tsc --noEmit --jsx react --types node --project tsconfig.json",
    "sync-docs-version": "node scripts/sync-docs-version.mjs",
    "check-docs-version": "node scripts/sync-docs-version.mjs --check",
    "check-package-artifacts": "node scripts/check-package-artifacts.mjs",
    "version": "\"$npm_execpath\" run sync-docs-version",
    "eslint": "biome lint src",
    "eslint:fix": "biome lint --write src",
    "format": "biome format src",
    "format:fix": "biome format --write src",
    "lint": "\"$npm_execpath\" run check-docs-version && biome check src",
    "lint:fix": "\"$npm_execpath\" run sync-docs-version && biome check --write --unsafe src",
    "prepare": "node scripts/prepare.mjs",
    "test": "docker-compose run --rm --build pw",
    "test-server": "http-server",
    "test:playwright": "\"$npm_execpath\" run build && playwright test",
    "test:unit": "vitest run",
    "bench": "vitest bench --run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xpadev-net/niconicomments.git"
  },
  "keywords": [
    "canvas",
    "comment",
    "danmaku",
    "html5",
    "niconico",
    "nicovideo"
  ],
  "author": "xpadev(xpadev.net)",
  "bugs": {
    "url": "https://github.com/xpadev-net/niconicomments/issues"
  },
  "files": [
    "dist/bundle.js",
    "dist/bundle.d.ts",
    "dist/bundle.d.ts.map"
  ],
  "homepage": "https://xpadev-net.github.io/niconicomments/",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@codspeed/vitest-plugin": "^5.5.0",
    "@playwright/test": "^1.60.0",
    "@types/node": "^24.12.4",
    "@types/pngjs": "^6.0.5",
    "http-server": "^14.1.1",
    "lefthook": "^2.1.9",
    "pixelmatch": "^7.2.0",
    "pngjs": "^7.0.0",
    "rimraf": "^6.1.3",
    "rolldown": "^1.1.0",
    "rolldown-plugin-dts": "^0.28.0",
    "tslib": "^2.8.1",
    "typedoc": "^0.28.19",
    "typedoc-plugin-missing-exports": "^4.1.3",
    "typescript": "^6.0.3",
    "valibot": "^1.4.1",
    "vitest": "^5.0.0"
  },
  "engines": {
    "node": ">=22.0.0"
  }
}
