{
  "name": "hello-help",
  "private": false,
  "version": "0.0.5",
  "description": "[package-004] 🦄 Hello Help ✨",
  "author": {
    "name": "dusunax",
    "email": "dusunax@gmail.com",
    "url": "https://github.com/dusunax/packages/tree/main/npm-004"
  },
  "license": "MIT",
  "homepage": "https://github.com/dusunax/packages/tree/main/npm-004",
  "bugs": {
    "url": "https://github.com/dusunax/packages/issues",
    "email": "dusunax@gmail.com"
  },
  "scripts": {
    "build": "npm run clean && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc -p ./configs/tsconfig.esm.json && move-file lib/esm/index.js lib/esm/index.mjs",
    "build:cjs": "tsc -p ./configs/tsconfig.cjs.json",
    "clean": "del-cli ./lib",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "semantic-release": "semantic-release",
    "script:publish": "npm publish && git clean -df",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "@types/chai": "^4.3.3",
    "@types/node": "^20.11.16",
    "@types/jest": "^29.5.11",
    "del-cli": "^5.0.0",
    "jest": "^29.7.0",
    "move-file-cli": "^3.0.0",
    "semantic-release": "^19.0.3",
    "ts-jest": "^29.1.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4"
  },
  "bin": {
    "hello-help": "./lib/cjs/index.js"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./lib/esm/types/index.d.ts",
        "default": "./lib/esm/index.mjs"
      },
      "require": {
        "types": "./lib/cjs/types/index.d.ts",
        "default": "./lib/cjs/index.js"
      }
    }
  },
  "types": "./lib/cjs/types/index.d.ts",
  "main": "./lib/cjs/index.js",
  "files": [
    "lib/**/*"
  ],
  "release": {
    "branches": [
      "main"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "hello",
    "npm",
    "javascript",
    "typescript",
    "esm",
    "cjs",
    "nodejs"
  ],
  "dependencies": {
    "commander": "^12.0.0"
  }
}
