{
  "name": "@js-omar/dotnet-missing-translations",
  "displayName": "Dotnet Missing Translations",
  "description": "Dotnet Missing Translations Project",
  "version": "1.0.0",
  "homepage": "https://github.com/js-omar/dotnet-missing-translations#readme",
  "keywords": [
    "javascript"
  ],
  "main": "./bin/index.js",
  "types": "./bin/index.d.ts",
  "bin": {
    "dotnet-missing-translations": "./bin/index.js"
  },
  "scripts": {
    "prepare": "husky install && npm run build",
    "prepublishOnly": "npm run test:all:ci",
    "postversion": "git push && git push --tags",
    "prebuild": "tsc --build --clean",
    "build": "tsc",
    "start": "npm run build -- --w",
    "fix:format": "prettier --write .",
    "fix:lint": "eslint . --ext ts --ext js --fix",
    "check:types": "tsc --pretty --noEmit",
    "check:cspell": "cspell",
    "check:format": "prettier --check .",
    "check:lint": "eslint . --ext ts --ext js",
    "test:all:ci": "npm run check:types && npm run check:cspell && npm run check:format && npm run check:lint"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@js-omar/eslint-config": "^1.6.0",
    "@types/inquirer": "^8.2.1",
    "@types/jest": "^28.1.3",
    "@types/node": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "cspell": "^6.1.2",
    "eslint": "^8.15.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^8.0.1",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "prettier": "^2.7.1",
    "prettier-plugin-tailwindcss": "^0.1.11",
    "ts-jest": "^28.0.5",
    "typescript": "^4.6.4"
  },
  "author": {
    "name": "Omar Elsayed",
    "email": "challengeromar97@gmail.com",
    "url": "https://ng-omar.com"
  },
  "engines": {
    "node": "*",
    "npm": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "funding": [
    "https://ng-omar.com/donate"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/js-omar/dotnet-missing-translations.git"
  },
  "bugs": {
    "url": "https://github.com/js-omar/dotnet-missing-translations/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@types/xml2js": "^0.4.11",
    "chalk": "^4.1.2",
    "inquirer": "^7.3.3",
    "ora": "^3.4.0",
    "translatte": "^3.0.1",
    "tslib": "^2.4.0",
    "xml2js": "^0.4.23",
    "yargs": "^17.5.1"
  }
}
