repograph
Version:
Generate rich, semantic, and interactive codemaps with a functional, composable API for Node.js.
82 lines (81 loc) • 2.07 kB
JSON
{
"name": "repograph",
"version": "0.1.46",
"description": "Generate rich, semantic, and interactive codemaps with a functional, composable API for Node.js.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"repograph": "./dist/index.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
},
"dependencies": {
"@types/js-yaml": "^4.0.9",
"globby": "^14.1.0",
"repograph-core": "0.1.20",
"tinypool": "^0.8.2",
"tree-sitter-c": "^0.24.1",
"tree-sitter-c-sharp": "^0.23.1",
"tree-sitter-cpp": "^0.23.4",
"tree-sitter-css": "^0.23.2",
"tree-sitter-go": "^0.23.4",
"tree-sitter-java": "^0.23.5",
"tree-sitter-php": "^0.23.12",
"tree-sitter-python": "^0.23.6",
"tree-sitter-ruby": "^0.23.1",
"tree-sitter-rust": "^0.24.0",
"tree-sitter-solidity": "^1.2.11",
"tree-sitter-swift": "^0.7.1",
"tree-sitter-typescript": "^0.23.2",
"tree-sitter-vue": "^0.2.1",
"web-tree-sitter": "^0.25.6"
},
"devDependencies": {
"@types/node": "^20.12.12",
"bun-types": "latest",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"keywords": [
"codemap",
"graph",
"visualization",
"code-analysis",
"tree-sitter",
"repo-analysis",
"ai-context",
"cli"
],
"author": "RelayCoder <you@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/relaycoder/repograph.git",
"directory": "packages/repograph"
},
"homepage": "https://github.com/relaycoder/repograph#readme",
"bugs": {
"url": "https://github.com/relaycoder/repograph/issues"
},
"engines": {
"node": ">=18.0.0"
}
}