hast-util-from-lezer
Version:
Render styled Lezer syntax trees to hast
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "hast-util-from-lezer",
"version": "0.5.4",
"description": "Render styled Lezer syntax trees to hast",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"dev": "tsc --build tsconfig.json test/tsconfig.json --watch",
"build": "tsc --build tsconfig.json test/tsconfig.json",
"clean": "tsc --build tsconfig.json test/tsconfig.json --clean",
"test": "ava"
},
"workspaces": [
"."
],
"repository": {
"type": "git",
"url": "git+https://github.com/joeltg/hast-util-from-lezer.git"
},
"keywords": [
"ast",
"abstract-syntax-tree",
"lezer",
"hast",
"hast-util"
],
"author": "Joel Gustafson",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeltg/hast-util-from-lezer/issues"
},
"homepage": "https://github.com/joeltg/hast-util-from-lezer#readme",
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@lezer/javascript": "^1.4.21",
"@types/node": "^22.13.5",
"ava": "^6.2.0",
"hast-util-to-html": "^9.0.5",
"typescript": "^5.7.3"
},
"dependencies": {
"@lezer/common": "^1.2.3",
"@lezer/highlight": "^1.2.1",
"@types/hast": "^3.0.4"
}
}