mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "ivuorinen-dotfiles",
|
|
"version": "1.0.0",
|
|
"description": "ivuorinen's dotfiles, this is for linting and formatters",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"lint:markdown": "npx markdownlint -d .",
|
|
"fix:markdown": "npx markdownlint -df .",
|
|
"lint:prettier": "npx prettier . --check",
|
|
"fix:prettier": "npx prettier . --write",
|
|
"test": "npx bats --recursive tests/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/dotfiles.git"
|
|
},
|
|
"keywords": [
|
|
"dotfiles",
|
|
"ivuorinen"
|
|
],
|
|
"author": "Ismo Vuorinen",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/dotfiles/issues"
|
|
},
|
|
"homepage": "https://github.com/ivuorinen/dotfiles#readme",
|
|
"devDependencies": {
|
|
"@ivuorinen/base-configs": "^2.0.0",
|
|
"@types/node": "^24.0.1",
|
|
"bats": "^1.12.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|