{
  "name": "@joaomoreno/unique-names-generator",
  "version": "5.2.0",
  "description": "Generate unique and memorable names",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "lint": "eslint --ext .ts ./src",
    "test": "npm run format && npm run lint && jest --coverage",
    "test:watch": "jest --coverage --watchAll",
    "format": "prettier --write src/**/*.ts",
    "prebuild": "rimraf dist && npm run format",
    "build": "microbundle",
    "prepublishOnly": "npm run build",
    "prerelease": "npm run build",
    "release": "np"
  },
  "sideEffects": false,
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "module": "dist/index.m.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "tags": [
    "name-generator",
    "unique-names",
    "typescript"
  ],
  "files": [
    "dist"
  ],
  "private": false,
  "author": "João Moreno <mail@joaomoreno.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joaomoreno/unique-names-generator.git"
  },
  "bugs": {
    "url": "https://github.com/joaomoreno/unique-names-generator/issues"
  },
  "homepage": "https://github.com/joaomoreno/unique-names-generator#readme",
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-typescript": "^7.13.0",
    "@types/jest": "^27.4.0",
    "@typescript-eslint/eslint-plugin": "^5.12.0",
    "@typescript-eslint/parser": "^5.12.0",
    "all-contributors-cli": "^6.20.0",
    "babel-jest": "^27.5.1",
    "eslint": "^8.9.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.5.1",
    "microbundle": "^0.14.2",
    "np": "^7.6.0",
    "prettier": "^2.5.1",
    "prettier-eslint": "^13.0.0",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.5"
  }
}
