UNPKG

@jqassistant/ts-lce

Version:

Tool to extract language concepts from a TypeScript codebase and export them to a JSON file.

56 lines (55 loc) 1.5 kB
{ "name": "@jqassistant/ts-lce", "version": "1.4.1", "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": "^24.0.3", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", "@typescript-eslint/typescript-estree": "^8.34.1", "cli-progress": "^3.12.0", "commander": "^14.0.0", "eslint": "^9.29.0", "json5": "^2.2.3", "minimatch": "^10.0.3", "readdirp": "^4.1.2", "typescript": "^5.8.3" }, "devDependencies": { "@types/cli-progress": "^3.11.6", "@types/jest": "^30.0.0", "@types/minimatch": "^5.1.2", "eslint-config-prettier": "^10.1.5", "jest": "^30.0.2", "npm-check-updates": "^18.0.1", "prettier": "3.5.3", "ts-jest": "^29.4.0", "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" ] }