{
  "name": "@translation-summary/core",
  "version": "1.1.1",
  "description": "View a summary of missing translation files into a folder",
  "main": "lib/translation-summay.js",
  "types": "lib/translation-summay.d.ts",
  "scripts": {
    "probe": "ts-node ./src/probe.ts",
    "test": "npx jest --silent --verbose",
    "test:coverage": "jest --silent --verbose --coverage",
    "build": "npx tsc",
    "lint": "npx eslint --quiet --fix",
    "prepare": "npm run build",
    "prepublish": "npm test && npm run lint",
    "publish:patch": "tsc && npm version patch && npm publish --access public",
    "publish:pack": "tsc && npm pack",
    "doc": "npx compodoc -p tsconfig.json src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlexScigalszky/TranslationSummaryJS.git"
  },
  "files": [
    "lib/**/*",
    "bin/**/*"
  ],
  "keywords": [
    "translation-files",
    "internationalization",
    "internationalization-tool",
    "translation",
    "summary",
    "typescript",
    "library"
  ],
  "preferGlobal": true,
  "engines": {
    "node": ">=10.17"
  },
  "bin": {
    "translation-summary": "bin/cli.js",
    "ts": "bin/cli.js"
  },
  "author": "Alex P. Scigalszky",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AlexScigalszky/TranslationSummaryJS/issues"
  },
  "homepage": "https://github.com/AlexScigalszky/TranslationSummaryJS#readme",
  "dependencies": {
    "@types/node": "14.14.19",
    "@typescript-eslint/eslint-plugin": "4.11.1",
    "@typescript-eslint/parser": "4.11.1",
    "command-line-args": "^5.1.1",
    "eslint": "7.17.0",
    "eslint-config-prettier": "7.1.0",
    "ts-node": "9.1.1",
    "update-notifier": "5.0.1",
    "typescript": "4.1.3"
  },
  "devDependencies": {
    "@types/jest": "26.0.19",
    "eslint-plugin-prettier": "3.3.0",
    "husky": "4.3.6",
    "i": "^0.3.6",
    "jest": "26.6.3",
    "lint-staged": "10.5.3",
    "prettier": "2.2.1",
    "ts-jest": "26.4.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts}": [
      "eslint  '*/**/*.{js,ts,tsx}' --fix"
    ]
  },
  "funding": [
    {
      "type": "cafecito (I only could create one for all my projects)",
      "url": "https://cafecito.app/palabrasaleatorias"
    },
    {
      "type": "by me a coffee (I only could create one for all my projects)",
      "url": "https://www.buymeacoffee.com/palabras"
    },
    {
      "type": "support me on Ko-fi (I only could create one for all my projects)",
      "url": "https://ko-fi.com/palabrasaleatorias"
    }
  ]
}
