UNPKG

markdoc-traverse

Version:

A simple and tiny traversal library for MarkDoc AST

58 lines (57 loc) 1.41 kB
{ "name": "markdoc-traverse", "version": "1.1.1", "description": "A simple and tiny traversal library for MarkDoc AST", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "markdoc", "markdoc-ast", "markdoc-traversal", "ast", "syntax-tree", "abstract-syntax-tree", "markdoc-parser", "markdown", "content-authoring", "ast-visitor", "tree-walker", "markdown-traversal", "document-processing", "content-transformation", "markup-language", "custom-syntax", "static-site-generator", "ast-manipulation", "content-automation", "markdoc-extension" ], "repository": { "url": "https://github.com/Viijay-Kr/markdoc-traverse", "type": "public" }, "scripts": { "test": "bun run build && vitest", "build": "tsup src/index.ts --dts", "release": "bun run build && changeset publish", "format:check": "prettier src/**/*.ts --check", "format:write": "prettier src/**/*.ts --write" }, "author": "Viijay-Kr", "license": "ISC", "devDependencies": { "@changesets/cli": "^2.26.0", "@markdoc/markdoc": "^0.2.2", "changesets": "^1.0.2", "rollup": "^3.19.1", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.5.0", "tsup": "^8.2.4", "typescript": "^5.0.2", "vitest": "^0.29.3" } }