/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.20.1
tools/lint-md/package.json
22 строки
677 B
Node.js GitHub Bot
tools: update lint-md-dependencies
25 янв 2025, 00:17
Не верифицирован
25 янв 2025, 00:17
274d0b4
Код
Авторство
О чём код?
{ "name": "lint-md", "description": "markdown linting", "version": "1.0.0", "scripts": { "build": "rollup -f es -p '@rollup/plugin-node-resolve={exportConditions: [\"node\"]}' -p @rollup/plugin-commonjs -p rollup-plugin-cleanup lint-md.src.mjs --file lint-md.mjs" }, "dependencies": { "remark-parse": "^11.0.0", "remark-preset-lint-node": "^5.1.2", "remark-stringify": "^11.0.0", "to-vfile": "^8.0.0", "unified": "^11.0.5", "vfile-reporter": "^8.1.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^15.3.0", "rollup": "^4.24.0", "rollup-plugin-cleanup": "^3.2.1" } }