{
  "name": "@gabrielrufino/cube",
  "version": "2.0.22",
  "description": "Data structures made in Typescript",
  "author": "Gabriel Rufino <contato@gabrielrufino.com>",
  "license": "UNLICENSED",
  "funding": "https://github.com/sponsors/gabrielrufino",
  "homepage": "https://github.com/gabrielrufino/cube#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabrielrufino/cube.git"
  },
  "bugs": {
    "url": "https://github.com/gabrielrufino/cube/issues"
  },
  "keywords": [
    "Data",
    "Structures"
  ],
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "build:watch": "npm run build -- --watch",
    "lint": "eslint",
    "lint:fix": "npm run lint -- --fix",
    "test": "vitest run",
    "test:cov": "npm t -- --coverage",
    "test:mutation": "npx stryker run",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^6.4.2",
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@faker-js/faker": "^9.9.0",
    "@stryker-mutator/vitest-runner": "^9.4.0",
    "@vitest/coverage-v8": "^4.0.15",
    "eslint": "^9.39.1",
    "husky": "^9.1.7",
    "typescript": "^5.9.3",
    "vitest": "^4.0.14"
  }
}
