@anolilab/prettier-config
Version:
Prettier shareable config for Anolilab.
78 lines • 1.6 kB
JSON
{
"name": "@anolilab/prettier-config",
"version": "10.0.1",
"description": "Prettier shareable config for Anolilab.",
"keywords": [
"css",
"anolilab",
"lint",
"prettier",
"config",
"prettier-config"
],
"homepage": "https://anolilab.com/nodejs/packages/prettier-config",
"repository": {
"type": "git",
"url": "git+https://github.com/anolilab/javascript-style-guide.git",
"directory": "packages/prettier-config"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/prisis"
},
{
"type": "consulting",
"url": "https://anolilab.com/support"
}
],
"license": "MIT",
"author": {
"name": "Daniel Bannert",
"email": "d.bannert@anolilab.de"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typesVersions": {
">=5.0": {
".": [
"./dist/index.d.ts"
]
}
},
"bin": {
"prettier-config:install": "./dist/bin.mjs"
},
"files": [
"dist",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"peerDependencies": {
"prettier": "3.8.3"
},
"engines": {
"node": ">=22.12.0 <=25.*"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}