{
  "name": "g-detector",
  "version": "1.0.0",
  "description": "A powerful JavaScript library to detect the letter G",
  "type": "module",
  "exports": {
    "types": "./dist/index.d.ts",
    "default": "./dist/index.js"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "author": "Superchupu",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/h-projects/g-detector.git"
  },
  "bugs": {
    "url": "https://github.com/h-projects/g-detector/issues"
  },
  "homepage": "https://github.com/h-projects/g-detector#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.1.3",
    "@types/node": "^24.1.0",
    "tsdown": "^0.13.2",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "build": "tsdown --dts",
    "check": "biome check",
    "check:fix": "biome check --write --unsafe",
    "format": "biome format --write",
    "lint": "biome lint",
    "test": "node --experimental-transform-types --test \"test/**/*.test.ts\"",
    "typecheck": "tsc"
  }
}