{
  "name": "fullfiller",
  "author": "gusalbukrk",
  "version": "0.0.2-alpha.0",
  "description": "Feature-rich filler text generator.",
  "license": "MIT",
  "keywords": [
    "fullfiller",
    "lorem",
    "ipsum",
    "filler",
    "text",
    "dummy",
    "placeholder",
    "mockup",
    "prototyping"
  ],
  "homepage": "https://github.com/gusalbukrk/fullfiller/#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/gusalbukrk/fullfiller.git",
    "directory": "packages/fullfiller"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "main": "dist/bundle.cjs",
  "engines": {
    "node": ">=14.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/bundle.js",
      "require": "./dist/bundle.cjs"
    },
    "./src": "./src/index.ts"
  },
  "files": [
    "dist",
    "src",
    "!src/**/__tests__/",
    "!src/**/__spec__/",
    "!src/**/*.test.[jt]s",
    "!src/**/*.test.[jt]sx",
    "!src/**/*.spec.[jt]s",
    "!src/**/*.spec.[jt]sx"
  ],
  "scripts": {
    "build": "rollup -c ../../rollup.config.js",
    "lint": "eslint src/ --fix && cspell \"**\" -c ../../cspell.config.cjs --no-progress",
    "postbuild": "eslint dist/index.d.ts --fix --no-ignore && replace-in-file --configFile=../../.replace-in-file.cjs",
    "postpublish": "rimraf dist/",
    "prepublishOnly": "npm run build",
    "test": "node --no-experimental-fetch ../../node_modules/jest/bin/jest --passWithNoTests"
  },
  "dependencies": {
    "fullfiller-common": "^0.0.4-alpha.0",
    "generate-words-freqmap": "^0.0.4-alpha.0",
    "get-wikipedia-article": "^0.0.4-alpha.0",
    "stopwords-utils": "^0.0.5-alpha.0",
    "tokenize-words": "^0.0.4-alpha.0",
    "weighted-randomness": "^0.0.4-alpha.0"
  },
  "devDependencies": {
    "cross-fetch": "^3.1.5"
  },
  "gitHead": "879554383cb948b2dc4cf651a59aeb03e1663b15"
}
