{ "name": "@stargue/sanitize", "version": "0.1.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "build": "tsc --noEmit", "typecheck": "tsc --noEmit", "test": "vitest run", "lint": "echo 'lint pending'" }, "dependencies": { "unified": "^11.0.0", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "mdast-util-from-markdown": "^2.0.0", "unist-util-visit": "^5.0.0" }, "devDependencies": { "vitest": "^2.1.0", "typescript": "^5.7.0", "@types/mdast": "^4.0.0" } }