UNPKG

remark-accurate-remove

Version:

Remove anything from the markdown accurately.

89 lines (88 loc) 2.35 kB
{ "name": "remark-accurate-remove", "version": "1.1.0", "description": "Remove anything from the markdown accurately.", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.cjs", "default": "./dist/index.esm.js" } }, "sideEffects": false, "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "build": "rollup -c", "build:check": "pnpm run build && pnpm run attw", "dev": "rollup -c --watch", "typecheck": "tsc --noEmit", "attw": "attw --pack .", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "lint": "biome check .", "lint:fix": "biome check --write .", "prepare": "husky", "prepublishOnly": "pnpm build", "release": "semantic-release" }, "lint-staged": { "*.{js,ts,json}": "biome check --write --no-errors-on-unmatched" }, "keywords": [ "remark", "rehype", "markdown", "unified", "unifiedjs", "remarkrehype", "gfm" ], "author": { "email": "neg4n@icloud.com", "name": "neg4n", "url": "https://github.com/neg4n" }, "license": "MIT", "packageManager": "pnpm@10.8.0", "devDependencies": { "@arethetypeswrong/cli": "^0.18.2", "@biomejs/biome": "2.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.3", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.1", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.3", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.3", "@types/mdast": "^4.0.4", "@types/node": "^24.9.1", "@types/unist": "^3.0.3", "@vitest/coverage-v8": "3.2.4", "husky": "9.1.7", "lint-staged": "16.1.2", "rollup": "^4.44.0", "rollup-plugin-dts": "^6.2.1", "semantic-release": "24.2.5", "tslib": "^2.8.1", "type-fest": "^4.41.0", "typescript": "^5.8.3", "unified": "^11.0.5", "vitest": "3.2.4" }, "dependencies": { "cheerio": "^1.1.2" } }