mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
- @ivuorinen/base-configs@1.1.97 - @ivuorinen/browserslist-config@0.2.8 - @ivuorinen/commitlint-config@0.2.23 - @ivuorinen/config-checker@1.1.4 - @ivuorinen/eslint-config@0.4.44 - @ivuorinen/markdownlint-config@0.2.9 - @ivuorinen/prettier-config@0.2.15 - @ivuorinen/semantic-release-config@0.2.23 - @ivuorinen/stylelint-config@0.2.30
43 lines
1006 B
JSON
43 lines
1006 B
JSON
{
|
|
"name": "@ivuorinen/config-checker",
|
|
"version": "1.1.4",
|
|
"description": "Checks the commonly used configuration locations for configuration files",
|
|
"keywords": [
|
|
"check-config",
|
|
"config",
|
|
"ivuorinen",
|
|
"config-checker",
|
|
"cosmicconfig",
|
|
"rcfile",
|
|
"rcfiles"
|
|
],
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/config-checker#readme",
|
|
"license": "MIT",
|
|
"main": "lib/config-checker.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "__tests__"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./__tests__/config-checker.test.js",
|
|
"generate-table": "node ./helpers/generate-md-table.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
|
}
|
|
}
|