sandbox/npm/prettier-config/package.json
Yongmin Hong 0003c4d839
npm/prettier-config: Bump version to v0.2.1
Summary:
External version of D785.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Release the npm package.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D788
2024-10-08 17:43:13 +09:00

48 lines
1.3 KiB
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config",
"version": "0.2.1",
"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.2",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1"
},
"peerDependencies": {
"prettier": "3.3.3"
},
"packageManager": "pnpm@9.12.0",
"publishConfig": {
"access": "public",
"provenance": true
}
}