mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-03 21:43:04 +00:00
39 lines
1008 B
JSON
39 lines
1008 B
JSON
{
|
|
"name": "@ivuorinen/base-configs",
|
|
"version": "2.0.22",
|
|
"type": "module",
|
|
"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": ">=20"
|
|
},
|
|
"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.4.4",
|
|
"@ivuorinen/commitlint-config": "^0.3.8",
|
|
"@ivuorinen/eslint-config": "^0.5.9",
|
|
"@ivuorinen/markdownlint-config": "^0.3.11",
|
|
"@ivuorinen/prettier-config": "^0.3.8",
|
|
"@ivuorinen/semantic-release-config": "^0.3.9"
|
|
}
|
|
}
|