/
dany
/
ReshenijaBotInformationSite
Обзор
Документация
Войти
/
dany
/
ReshenijaBotInformationSite
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
node_modules/@rushstack/eslint-patch/package.json
32 строки
785 B
Daniil
Initial commit
31 окт 2023, 01:10
31 окт 2023, 01:10
a171ae1
Код
Авторство
О чём код?
{ "name": "@rushstack/eslint-patch", "version": "1.5.1", "description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain", "main": "lib/usage.js", "license": "MIT", "repository": { "url": "https://github.com/microsoft/rushstack.git", "type": "git", "directory": "eslint/eslint-patch" }, "homepage": "https://rushstack.io", "keywords": [ "eslintrc", "config", "module", "resolve", "resolver", "plugin", "relative", "package" ], "devDependencies": { "@rushstack/heft": "0.62.0", "@rushstack/heft-node-rig": "2.3.2", "@types/node": "18.17.15" }, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean" } }