mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
- @ivuorinen/base-configs@2.0.28 - @ivuorinen/browserslist-config@0.4.10 - @ivuorinen/commitlint-config@0.3.11 - @ivuorinen/config-checker@1.1.12 - @ivuorinen/eslint-config@0.5.11 - @ivuorinen/markdownlint-config@0.3.13 - @ivuorinen/prettier-config@0.3.11 - @ivuorinen/semantic-release-config@0.3.16 - @ivuorinen/stylelint-config@0.3.15
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "@ivuorinen/prettier-config",
|
|
"version": "0.3.11",
|
|
"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/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/tree/main/packages/prettier-config#readme",
|
|
"keywords": [
|
|
"config",
|
|
"ivuorinen",
|
|
"prettier-config",
|
|
"prettier"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivuorinen/base-configs.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@ivuorinen/config-checker": "^1.1.12",
|
|
"prettier": "^3"
|
|
},
|
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
|
}
|