mirror of
https://github.com/ivuorinen/config-checker.git
synced 2026-01-26 11:24:02 +00:00
feat: initial import from base-configs
This commit is contained in:
42
package.json
Normal file
42
package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "@ivuorinen/config-checker",
|
||||
"version": "1.1.12",
|
||||
"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/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/config-checker.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node ./__tests__/config-checker.test.js",
|
||||
"generate-table": "node ./helpers/generate-md-table.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ivuorinen/config-checker/issues"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user