{
  "name": "@blackglory/structures",
  "version": "0.14.15",
  "description": "",
  "files": [
    "lib",
    "src"
  ],
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "sideEffects": false,
  "repository": "git@github.com:BlackGlory/structures.git",
  "author": "BlackGlory <woshenmedoubuzhidao@blackglory.me>",
  "license": "MIT",
  "engines": {
    "node": ">=18.17.0"
  },
  "scripts": {
    "prepare": "ts-patch install -s",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src __tests__",
    "test": "vitest --run",
    "prepublishOnly": "run-s prepare clean build",
    "clean": "rimraf lib",
    "build": "tsc --project tsconfig.build.json --outDir lib",
    "bench": "run-s bench:*",
    "bench:bit-set": "tsx benches/bit-set.ts",
    "bench:sparse-map": "tsx benches/sparse-map.ts",
    "bench:sparse-set": "tsx benches/sparse-set.ts",
    "release": "standard-version"
  },
  "husky": {
    "hooks": {
      "pre-commit": "run-s prepare lint build test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^18.6.1",
    "@commitlint/config-conventional": "^18.6.2",
    "@types/node": "16",
    "@typescript-eslint/eslint-plugin": "^7.0.1",
    "@typescript-eslint/parser": "^7.0.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.56.0",
    "extra-benchmark": "^0.2.3",
    "extra-generator": "^0.5.4",
    "extra-promise": "^6.2.0",
    "husky": "^4.3.8",
    "npm-run-all": "^4.1.5",
    "return-style": "^3.0.1",
    "rimraf": "^5.0.5",
    "standard-version": "^9.5.0",
    "ts-patch": "^3.1.2",
    "tslib": "^2.6.2",
    "tsx": "^4.7.1",
    "typescript": "5.3.3",
    "typescript-transform-paths": "^3.4.6",
    "vite": "^5.4.2",
    "vite-tsconfig-paths": "^5.0.1",
    "vitest": "^2.0.5"
  },
  "dependencies": {
    "@blackglory/errors": "^3.0.3",
    "@blackglory/go": "^2.0.0",
    "extra-timers": "^0.2.6",
    "extra-utils": "^5.6.0",
    "iterable-operator": "^5.0.0",
    "justypes": "^4.2.1"
  }
}
