mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 11:14:00 +00:00
65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"name": "@ivuorinen/base-configs",
|
|
"version": "2.0.31",
|
|
"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"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Base Configs Contributors",
|
|
"url": "https://github.com/ivuorinen/base-configs/graphs/contributors"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"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": {
|
|
"commitlint": "./node_modules/.bin/commitlint --from HEAD~1 --to HEAD --verbose",
|
|
"eslint:fix": "./node_modules/.bin/eslint '**/*.{js,tsx,ts,mjs,cjs}' --fix",
|
|
"eslint:report": "./node_modules/.bin/eslint '**/*.{js,tsx,ts,mjs,cjs}'",
|
|
"fix": "./node_modules/.bin/run-s prettier:fix eslint:fix markdownlint:fix",
|
|
"markdownlint:fix": "./node_modules/.bin/markdownlint '**/*.md' --fix",
|
|
"markdownlint:report": "./node_modules/.bin/markdownlint '**/*.md'",
|
|
"prettier:fix": "./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --write",
|
|
"prettier:report": "./node_modules/.bin/prettier '**/*.{js,tsx,ts,json,mjs,cjs}' '.*.{js,mjs,cjs,json}' --check"
|
|
},
|
|
"devDependencies": {
|
|
"@ivuorinen/browserslist-config": "^1.0.0",
|
|
"@ivuorinen/commitlint-config": "^1.0.0",
|
|
"@ivuorinen/eslint-config": "^1.0.0",
|
|
"@ivuorinen/markdownlint-config": "^1.0.0",
|
|
"@ivuorinen/prettier-config": "^1.0.0",
|
|
"@ivuorinen/semantic-release-config": "^1.0.0",
|
|
"@types/node": "*",
|
|
"npm-run-all2": "^8.0.4",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"typescript": ">=4.2.0"
|
|
},
|
|
"packageManager": "yarn@4.12.0"
|
|
}
|