{
  "version": "0.0.3",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "module": "lib/index.mjs",
  "name": "@bemedev/publish-command",
  "description": "Build package.json with new version and generates command for publishing to NPM",
  "repository": {
    "type": "git",
    "url": ""
  },
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    }
  },
  "author": {
    "name": "chlbri",
    "email": "bri_lvi@icloud.com",
    "url": "https://bemedev.vercel.app"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "lib",
    "public"
  ],
  "keywords": [
    "publish",
    "npm",
    "library",
    "package.json",
    "version"
  ],
  "license": "MIT",
  "scripts": {
    "config": "pnpm install",
    "rollup": "rollup -c",
    "prepare": "husky install",
    "updateDependencies": "pnpm update --latest",
    "build": "rm -rf lib && pnpm run rollup ",
    "test": "vitest run --passWithNoTests",
    "build:test": "pnpm run prepublishOnly && pnpm run test",
    "test:watch": "vitest --passWithNoTests",
    "remove": "rm -rf node_modules pnpm-lock.yaml",
    "clean": "pnpm run remove && pnpm run config",
    "prettier": "prettier --write \"src/**/*.{ts,tsx}\"",
    "eslint": "eslint \"{src/**/*,App}.{ts,tsx}\"",
    "lint": "pnpm run prettier && pnpm run eslint --fix",
    "lint-watch": "onchange --await-write-finish 5500 \"**/*\" -- pnpm run lint",
    "prepublishOnly": "pnpm run lint && pnpm run build",
    "p-q": "pretty-quick --staged --pattern \"**/*.*(ts|tsx)\""
  },
  "devDependencies": {
    "@types/edit-json-file": "^1.7.0",
    "@typescript-eslint/eslint-plugin": "^5.46.1",
    "@typescript-eslint/parser": "^5.46.1",
    "eslint": "^8.29.0",
    "husky": "^8.0.2",
    "onchange": "^7.1.0",
    "pnpm": "^7.18.2",
    "prettier": "^2.8.1",
    "pretty-quick": "^3.1.3",
    "rimraf": "^3.0.2",
    "rollup": "^3.7.5",
    "rollup-plugin-node-externals": "^5.0.3",
    "rollup-plugin-tsconfig-paths": "^1.4.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4",
    "vite": "3.2.4",
    "vite-tsconfig-paths": "^4.0.3",
    "vitest": "0.25.2"
  },
  "dependencies": {
    "edit-json-file": "^1.7.0",
    "git-last-commit": "^1.0.1"
  }
}
