{
  "name": "random-cat-word",
  "version": "1.1.19",
  "description": "random cat word",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "scripts": {
    "test": "jest --verbose",
    "build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh"
  },
  "keywords": [
    "cat",
    "javascript",
    "typescript",
    "tdd",
    "test",
    "word",
    "random",
    "english",
    "korean",
    "meow",
    "npm",
    "package",
    "node",
    "nodejs",
    "testing",
    "express",
    "yarn",
    "nextjs",
    "nestjs",
    "node-js",
    "microservice"
  ],
  "author": "Arc-Jung",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.24.1",
    "@babel/preset-env": "^7.24.1",
    "@types/jest": "^29.5.12",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Arc-Jung/random-cat-word.git"
  }
}
