UNPKG

@cz-git/loader

Version:
55 lines 1.31 kB
{ "name": "@cz-git/loader", "version": "1.11.1", "description": "commitizen and commitlint configure loader for cz-git", "author": "Zhengqbbb <zhengqbbb@gmail.com> (https://github.com/Zhengqbbb)", "license": "MIT", "homepage": "https://github.com/Zhengqbbb/cz-git/tree/main/packages/%40cz-git/plugin-loader", "repository": { "type": "git", "url": "git+https://github.com/Zhengqbbb/cz-git.git", "directory": "packages/@cz-git/plugin-loader" }, "bugs": { "url": "https://github.com/Zhengqbbb/cz-git/issues" }, "keywords": [ "cz-git", "commitizen-loader", "commitlint-loader" ], "sideEffects": false, "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "main": "lib/index.js", "types": "lib/index.d.ts", "typesVersions": { "*": { "*": [ "lib/index.d.ts" ] } }, "files": [ "lib" ], "devDependencies": { "@commitlint/resolve-extends": "^19.5.0", "@commitlint/types": "^19.5.0", "@types/tmp": "^0.2.3", "cosmiconfig": "8.2.0", "pkg-dir": "5.0.0", "tmp": "^0.2.3", "@cz-git/inquirer": "1.11.1" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "build:dev": "pnpm clean && tsc -b", "clean": "rimraf lib" } }