{
  "name": "koalaz",
  "version": "1.2.0",
  "description": "Why don't use koalas as data mock? With this npm package you can!",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "prepublishOnly": "npm run build",
    "example": "ts-node examples/$npm_config_file.ts",
    "examples:all": "ts-node examples/run-all.ts"
  },
  "devDependencies": {
    "@jest/globals": "^30.2.0",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.6",
    "@semantic-release/npm": "^12.0.2",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.47.0",
    "@typescript-eslint/parser": "^8.47.0",
    "eslint": "^9.39.1",
    "jest": "^30.2.0",
    "semantic-release": "^24.2.9",
    "ts-jest": "^29.4.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattqdev/koalaz.git"
  },
  "keywords": [
    "koalaz",
    "koala",
    "mock-data",
    "test-data",
    "data-generator",
    "placeholder",
    "lorem-ipsum",
    "dev-tool",
    "funny",
    "meme",
    "eucalyptus",
    "australia",
    "marsupial",
    "mocking",
    "data-mocking",
    "data-faker",
    "random-data",
    "synthetic-data",
    "developer-utility",
    "playful",
    "npm-package",
    "typescript",
    "open-source",
    "ascii-art",
    "onomatopeia",
    "scriptable"
  ],
  "author": "mattqdev",
  "license": "MIT",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/mattqdev/koalaz/issues",
    "email": "mattqdevv@gmail.com"
  },
  "homepage": "https://github.com/mattqdev/koalaz"
}
