{
  "name": "@igk19/rus-text-gen",
  "version": "1.0.2",
  "description": "Generator of coherent and random texts in Russian language from real texts containing (as of now) about 30000 words.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    "import": "./dist/esm/index.js",
    "require": "./dist/cjs/index.js"
  },
  "scripts": {
    "build": "npx tsc -p tsconfig.json && npx tsc -p tsconfig-cjs.json && cp -r ./texts ./dist/",
    "test": "npm run test",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/igokul1973/rus-text-gen-ts.git"
  },
  "keywords": [
    "generator",
    "russian",
    "texts",
    "генератор",
    "токст"
  ],
  "author": "Igor Kulebyakin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/igokul1973/rus-text-gen-ts/issues"
  },
  "homepage": "https://github.com/igokul1973/rus-text-gen-ts#readme",
  "devDependencies": {
    "@types/node": "^22.15.24",
    "rollup": "^4.41.1",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  }
}