Yongmin Hong
b495028e8f
Summary: Fixes T180. Quick hack, I guess. Following ../eslint-config by using deps not devDeps. patch version bump for not adding/removing pkgs per se. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: land, update prettier pkg and do prettier commands. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Tags: #npm Maniphest Tasks: T180 Differential Revision: https://issuetracker.revi.xyz/D480
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@revi/prettier-config",
|
|
"version": "0.1.1",
|
|
"author": {
|
|
"name": "revi",
|
|
"email": "package-admin@revi.dev",
|
|
"url": "https://revi.xyz"
|
|
},
|
|
"description": "@revi's prettier configs",
|
|
"main": "prettier.config.js",
|
|
"types": "./types/prettier.config.d.ts",
|
|
"peerDependencies": {
|
|
"prettier": "3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@prettier/plugin-php": "0.22.2",
|
|
"@prettier/plugin-xml": "3.4.1",
|
|
"prettier": "3.3.2",
|
|
"prettier-plugin-sh": "0.14.0",
|
|
"prettier-plugin-toml": "2.0.1"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc prettier.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/revi/sandbox.git",
|
|
"directory": "npm/prettier-config"
|
|
},
|
|
"homepage": "https://github.com/revi/sandbox/tree/master/npm/prettier-config",
|
|
"bugs": {
|
|
"url": "https://revi.xyz/new",
|
|
"email": "bugs@phab.revi.dev"
|
|
},
|
|
"keywords": [
|
|
"prettier"
|
|
],
|
|
"type": "module",
|
|
"funding": "https://github.com/sponsors/revi",
|
|
"license": "Apache-2.0"
|
|
}
|