mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "@ivuorinen/base-configs",
|
|
"version": "1.1.103",
|
|
"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.10",
|
|
"@ivuorinen/commitlint-config": "^0.2.23",
|
|
"@ivuorinen/eslint-config": "^0.4.47",
|
|
"@ivuorinen/markdownlint-config": "^0.2.9",
|
|
"@ivuorinen/prettier-config": "^0.2.16",
|
|
"@ivuorinen/semantic-release-config": "^0.2.23",
|
|
"eslint-plugin-n": "^17.0.0"
|
|
}
|
|
}
|