{
    "name": "@jqassistant/ts-lce",
    "version": "1.4.4",
    "description": "Tool to extract language concepts from a TypeScript codebase and export them to a JSON file.",
    "main": "dist/src/main.js",
    "author": "BUSCHMAIS GbR",
    "contributors": [
        "Sebastian Wendorf"
    ],
    "repository": "https://github.com/jqassistant-plugin/jqassistant-typescript-plugin",
    "homepage": "https://github.com/jqassistant-plugin/jqassistant-typescript-plugin/blob/main/typescript/README.md",
    "license": "GNU GENERAL PUBLIC LICENSE",
    "dependencies": {
        "@types/node": "25.5.0",
        "@typescript-eslint/eslint-plugin": "8.57.1",
        "@typescript-eslint/parser": "8.57.1",
        "@typescript-eslint/typescript-estree": "8.57.1",
        "cli-progress": "3.12.0",
        "commander": "14.0.3",
        "eslint": "9.38.0",
        "json5": "2.2.3",
        "minimatch": "10.2.4",
        "readdirp": "5.0.0",
        "typescript": "5.9.3"
    },
    "devDependencies": {
        "@types/cli-progress": "3.11.6",
        "@types/jest": "30.0.0",
        "@types/minimatch": "6.0.0",
        "eslint-config-prettier": "10.1.8",
        "jest": "30.3.0",
        "npm-check-updates": "19.6.5",
        "prettier": "3.8.1",
        "ts-jest": "29.4.6",
        "ts-node": "10.9.2"
    },
    "scripts": {
        "build": "tsc",
        "test": "jest",
        "upgrade": "ncu -u && npm i"
    },
    "bin": {
        "jqa-ts-lce": "dist/src/main.js"
    },
    "keywords": [
        "cli",
        "lce",
        "jqa",
        "jqassistant",
        "typescript",
        "ts",
        "jqa-ts-lce",
        "tool"
    ]
}
