{
    "name": "gettext-extractor",
    "version": "3.8.0",
    "description": "Gettext extractor for JavaScript, TypeScript, JSX and HTML",
    "author": "Lukas Geiter <info@lukasgeiter.com>",
    "repository": "lukasgeiter/gettext-extractor",
    "bugs": "https://github.com/lukasgeiter/gettext-extractor/issues",
    "license": "MIT",
    "keywords": [
        "gettext",
        "extractor",
        "typescript",
        "po-files",
        "i18n",
        "l10n",
        "translation"
    ],
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/",
        "LICENSE.md",
        "README.md"
    ],
    "scripts": {
        "test": "jest --config jest.json",
        "test:e2e": "jest --config jest.e2e.json",
        "lint": "tslint src/**/*.ts{,x}",
        "build": "tsc"
    },
    "engines": {
        "node": ">=6"
    },
    "dependencies": {
        "@types/glob": "5 - 7",
        "@types/parse5": "^5",
        "css-selector-parser": "^1.3",
        "glob": "5 - 7",
        "parse5": "5 - 6",
        "pofile": "1.0.x",
        "typescript": "4 - 5"
    },
    "devDependencies": {
        "@types/jest": "^26.0.14",
        "@types/node": "^14.11.10",
        "jest": "^26.6.0",
        "ts-jest": "^26.4.1",
        "tslint": "^5.11.0"
    }
}
