/
eapostnova
/
2026-1--study--mathmod
Обзор
Документация
Войти
/
eapostnova
/
2026-1--study--mathmod
Код
Запросы
0
Задачи
Пакеты
0
Релизы
6
Аналитика
Безопасность
develop
node_modules/cz-customizable/package.json
63 строки
2 KB
Елизавета Постнова
feat(lab): lab04
24 мар 2026, 02:59
Верифицирован
24 мар 2026, 02:59
7783508
Код
Авторство
О чём код?
{ "version": "7.5.1", "name": "cz-customizable", "description": "Commitizen customizable adapter following the conventional-changelog format.", "main": "index.js", "types": "index.d.ts", "bin": { "cz-customizable": "./standalone.js", "cz-cust": "./standalone.js" }, "scripts": { "lint": "npx eslint *.js __tests__/**.js", "test": "jest", "test:watch": "jest -- --watch", "semantic-release": "semantic-release", "prettier": "prettier --single-quote --trailing-comma es5 --write '*.js' 'spec/**/*.js'", "commit": "npm run lint && npm run test && ./standalone.js" }, "homepage": "https://github.com/leoforfree/cz-customizable", "repository": { "type": "git", "url": "https://github.com/leoforfree/cz-customizable.git" }, "author": "Leonardo Correa <leonardoanalista@gmail.com>", "contributors": [ "Aleksey Guryanov <gurianov@gmail.com>" ], "license": "MIT", "dependencies": { "editor": "1.0.0", "find-config": "^1.0.0", "inquirer": "^6.3.1", "lodash": "^4.17.19", "temp": "^0.9.0", "word-wrap": "^1.2.3" }, "devDependencies": { "@babel/core": "^7.18.6", "@babel/preset-env": "^7.18.6", "babel-jest": "^28.1.2", "commitizen": "^4.2.4", "eslint": "^8.19.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^4.2.1", "ghooks": "^2.0.4", "jest": "^28.1.2", "prettier": "^2.7.1", "semantic-release": "^19.0.3" }, "config": { "commitizen": { "path": "./index.js" }, "cz-customizable": { "config": "cz-config-EXAMPLE.js" }, "ghooks": { "pre-commit": "npm run lint && npm run test" } } }