{
  "name": "@gabrielrufino/cube",
  "version": "2.0.15",
  "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": "^4.19.0",
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@faker-js/faker": "^9.9.0",
    "@stryker-mutator/vitest-runner": "^8.7.1",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.32.0",
    "husky": "^9.1.7",
    "typescript": "^5.8.3",
    "vitest": "^3.0.4"
  }
}
