Yongmin Hong
34da9e2dfa
Summary: External version of D839. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `arc land` and git tag. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D840
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@revi/prettier-config",
|
|
"version": "0.2.2",
|
|
"description": "@revi's prettier configs",
|
|
"keywords": [
|
|
"prettier"
|
|
],
|
|
"homepage": "https://revi.kr/prettier-config",
|
|
"bugs": {
|
|
"url": "https://revi.xyz/new",
|
|
"email": "bugs@phab.revi.dev"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/revi/sandbox.git",
|
|
"directory": "npm/prettier-config"
|
|
},
|
|
"funding": "https://github.com/sponsors/revi",
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "revi",
|
|
"email": "package-admin@revi.dev",
|
|
"url": "https://revi.xyz"
|
|
},
|
|
"type": "module",
|
|
"main": "prettier.config.js",
|
|
"types": "./types/prettier.config.d.ts",
|
|
"scripts": {
|
|
"tsc": "tsc prettier.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
|
},
|
|
"dependencies": {
|
|
"@prettier/plugin-php": "0.22.2",
|
|
"@prettier/plugin-xml": "3.4.1",
|
|
"prettier": "catalog:",
|
|
"prettier-plugin-packagejson": "2.5.3",
|
|
"prettier-plugin-sh": "0.14.0",
|
|
"prettier-plugin-toml": "2.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"prettier": "3.3.3"
|
|
},
|
|
"packageManager": "pnpm@9.12.3",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
}
|
|
}
|