mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
- @ivuorinen/base-configs@2.0.0 - @ivuorinen/browserslist-config@0.3.0 - @ivuorinen/commitlint-config@0.3.0 - @ivuorinen/config-checker@1.1.5 - @ivuorinen/eslint-config@0.5.0 - @ivuorinen/markdownlint-config@0.3.0 - @ivuorinen/prettier-config@0.3.0 - @ivuorinen/semantic-release-config@0.3.0 - @ivuorinen/stylelint-config@0.3.0
39 lines
1006 B
JSON
39 lines
1006 B
JSON
{
|
|
"name": "@ivuorinen/base-configs",
|
|
"version": "2.0.0",
|
|
"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": ">=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.3.0",
|
|
"@ivuorinen/commitlint-config": "^0.3.0",
|
|
"@ivuorinen/eslint-config": "^0.5.0",
|
|
"@ivuorinen/markdownlint-config": "^0.3.0",
|
|
"@ivuorinen/prettier-config": "^0.3.0",
|
|
"@ivuorinen/semantic-release-config": "^0.3.0"
|
|
}
|
|
}
|