mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
- @ivuorinen/base-configs@2.0.28 - @ivuorinen/browserslist-config@0.4.10 - @ivuorinen/commitlint-config@0.3.11 - @ivuorinen/config-checker@1.1.12 - @ivuorinen/eslint-config@0.5.11 - @ivuorinen/markdownlint-config@0.3.13 - @ivuorinen/prettier-config@0.3.11 - @ivuorinen/semantic-release-config@0.3.16 - @ivuorinen/stylelint-config@0.3.15
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@ivuorinen/commitlint-config",
|
|
"version": "0.3.11",
|
|
"type": "module",
|
|
"description": "ivuorinen's shareable configuration for commitlint.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"main": "index.cjs",
|
|
"module": "wrapper.mjs",
|
|
"exports": {
|
|
"import": "./wrapper.mjs",
|
|
"require": "./index.js"
|
|
},
|
|
"files": [
|
|
"index.cjs",
|
|
"wrapper.mjs",
|
|
"scripts/*"
|
|
],
|
|
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/commitlint-config#readme",
|
|
"keywords": [
|
|
"commitlint-config",
|
|
"commitlint",
|
|
"config"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivuorinen/base-configs.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/cli": "^19",
|
|
"@commitlint/config-conventional": "^19",
|
|
"@ivuorinen/config-checker": "^1.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "*"
|
|
},
|
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
|
}
|