mirror of
https://github.com/ivuorinen/base-configs-prettier.git
synced 2026-01-26 11:14:07 +00:00
# 1.0.0 (2025-12-06) ### Bug Fixes * **github-action:** update github/codeql-action (v3.29.0 → v3.29.2) ([#2](https://github.com/ivuorinen/base-configs-prettier/issues/2)) ([1b20c1e](1b20c1e709)) * **github-action:** update github/codeql-action (v3.29.2 → v3.29.4) ([#5](https://github.com/ivuorinen/base-configs-prettier/issues/5)) ([9cfcfad](9cfcfade75)) * **github-action:** update github/codeql-action (v3.29.4 → v3.29.5) ([#8](https://github.com/ivuorinen/base-configs-prettier/issues/8)) ([d39048b](d39048b0bc)) * **github-action:** update github/codeql-action (v3.29.5 → v3.29.8) ([#10](https://github.com/ivuorinen/base-configs-prettier/issues/10)) ([7d678c6](7d678c618e)) * **github-action:** update github/codeql-action (v3.29.8 → v3.29.9) ([#14](https://github.com/ivuorinen/base-configs-prettier/issues/14)) ([8991fd3](8991fd3c7c)) * **github-action:** update github/codeql-action (v3.29.9 → v3.29.10) ([#15](https://github.com/ivuorinen/base-configs-prettier/issues/15)) ([18e124f](18e124fe8c)) * **github-action:** update ivuorinen/actions (25.7.14 → 25.7.21) ([#6](https://github.com/ivuorinen/base-configs-prettier/issues/6)) ([0810f5a](0810f5a846)) * **github-action:** update ivuorinen/actions (25.7.21 → 25.7.28) ([#7](https://github.com/ivuorinen/base-configs-prettier/issues/7)) ([9800573](98005733c0)) * **github-action:** update ivuorinen/actions (25.7.7 → 25.7.14) ([#4](https://github.com/ivuorinen/base-configs-prettier/issues/4)) ([1864bb1](1864bb181f)) * **github-action:** update ivuorinen/actions (25.8.4 → 25.8.11) ([#13](https://github.com/ivuorinen/base-configs-prettier/issues/13)) ([d7f5fbd](d7f5fbdbdd)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.7 → 41.82.8) ([#26](https://github.com/ivuorinen/base-configs-prettier/issues/26)) ([311f49b](311f49b92a)) * **github-release:** update renovatebot/pre-commit-hooks (41.82.8 → 41.82.10) ([#27](https://github.com/ivuorinen/base-configs-prettier/issues/27)) ([1722edd](1722eddfe2)) ### Features * **github-action:** update ivuorinen/actions (25.6.17 → 25.7.7) ([#3](https://github.com/ivuorinen/base-configs-prettier/issues/3)) ([545c850](545c850632)) * **github-action:** update ivuorinen/actions (25.7.28 → 25.8.4) ([#9](https://github.com/ivuorinen/base-configs-prettier/issues/9)) ([f0b05b9](f0b05b9b43)) * initial import from base-configs ([8332ead](8332ead96d)) * release pipeline, packages, yarn upgrade ([0b352c4](0b352c4b05))
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "@ivuorinen/prettier-config",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "ivuorinen's shareable configuration for Prettier.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs-prettier/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"main": "index.cjs",
|
|
"module": "wrapper.mjs",
|
|
"exports": {
|
|
"import": "./wrapper.mjs",
|
|
"require": "./index.cjs"
|
|
},
|
|
"files": [
|
|
"index.cjs",
|
|
"wrapper.mjs",
|
|
"scripts/*"
|
|
],
|
|
"homepage": "https://github.com/ivuorinen/base-configs-prettier#readme",
|
|
"keywords": [
|
|
"config",
|
|
"ivuorinen",
|
|
"prettier-config",
|
|
"prettier"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ivuorinen/base-configs-prettier.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@ivuorinen/config-checker": "^2.1.1",
|
|
"prettier": "^3"
|
|
},
|
|
"packageManager": "yarn@4.12.0",
|
|
"devDependencies": {
|
|
"@ivuorinen/semantic-release-config": "^1.0.0"
|
|
}
|
|
}
|