/
abia
/
hero-sort
Обзор
Документация
Войти
/
abia
/
hero-sort
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
package.json
25 строк
541 B
Бьянка
Initial commit
30 июл 2026, 11:14
30 июл 2026, 11:14
cd9f933
Код
Авторство
О чём код?
{ "name": "hero-sort", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "jest --coverage", "lint": "eslint src --fix", "lint:check": "eslint src" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "@babel/cli": "^8.0.4", "@babel/core": "^8.0.1", "@babel/preset-env": "^8.0.2", "@eslint/js": "^10.0.1", "eslint": "^10.8.0", "eslint-plugin-jest": "^29.16.0", "globals": "^17.8.0", "jest": "^30.4.2" } }