mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
38 lines
988 B
JSON
38 lines
988 B
JSON
{
|
|
"name": "@ivuorinen/base-configs",
|
|
"version": "1.1.33",
|
|
"description": "ivuorinen's shareable configurations meta package",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/base-configs#readme",
|
|
"keywords": [
|
|
"base-config",
|
|
"config",
|
|
"ivuorinen"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
|
},
|
|
"dependencies": {
|
|
"@ivuorinen/browserslist-config": "^0.2.3",
|
|
"@ivuorinen/commitlint-config": "^0.2.9",
|
|
"@ivuorinen/eslint-config": "^0.4.16",
|
|
"@ivuorinen/markdownlint-config": "^0.2.3",
|
|
"@ivuorinen/prettier-config": "^0.2.4",
|
|
"@ivuorinen/semantic-release-config": "^0.2.9"
|
|
}
|
|
}
|