mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "@ivuorinen/base-configs",
|
|
"version": "1.0.0",
|
|
"description": "A collection of base configs for code quality and linting tools.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Base Configs Contributors",
|
|
"url": "https://github.com/ivuorinen/base-configs/graphs/contributors"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"homepage": "https://github.com/ivuorinen/base-configs#readme",
|
|
"keywords": [
|
|
"commitlint",
|
|
"config",
|
|
"eslint",
|
|
"lint",
|
|
"markdownlint",
|
|
"prettier",
|
|
"semantic-release",
|
|
"stylelint"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivuorinen/base-configs.git"
|
|
},
|
|
"scripts": {
|
|
"deps:dedupe": "lernaupdate --dedupe",
|
|
"deps:update": "lernaupdate",
|
|
"eslint:fix": "eslint --format=pretty '**/*.{js,tsx,ts}' --fix",
|
|
"eslint:report": "eslint --format=pretty '**/*.{js,tsx,ts}'",
|
|
"lerna:bootstrap:ci": "yarn --frozen-lockfile --ignore-engines",
|
|
"lerna:bootstrap": "yarn",
|
|
"lerna:publish": "lerna publish from-package",
|
|
"lerna:version": "lerna version",
|
|
"markdownlint:fix": "markdownlint '**/*.md' --fix",
|
|
"markdownlint:report": "markdownlint '**/*.md'",
|
|
"prettier:fix": "prettier '**/*.{js,tsx,ts,json}' --write",
|
|
"prettier:report": "prettier '**/*.{js,tsx,ts,json}' --check"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^18.0.0",
|
|
"@commitlint/config-conventional": "^18.0.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-formatter-pretty": "^6.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^16.0.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-sonarjs": "^0.23.0",
|
|
"eslint-plugin-unicorn": "^50.0.0",
|
|
"lerna": "^8.0.0",
|
|
"lerna-update-wizard": "^1.1.2",
|
|
"markdownlint-cli": "^0.38.0",
|
|
"prettier": "^3.0.0",
|
|
"simple-git-hooks": "^2.8.1"
|
|
}
|
|
}
|