{
  "name": "glost-frequency",
  "version": "0.4.7",
  "description": "Word frequency extension for GLOST - generates and formats frequency data",
  "author": "GLOST Contributors",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fustilio/glost.git",
    "directory": "packages/plugins/frequency"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "dependencies": {
    "glost": "0.8.4",
    "glost-common": "0.4.2",
    "glost-plugins": "0.6.6"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "vitest": "^3.0.5"
  },
  "keywords": [
    "glost",
    "frequency",
    "word-frequency",
    "corpus",
    "linguistics"
  ],
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "vitest --passWithNoTests"
  }
}