sandbox/npm/prettier-config/package.json
Yongmin Hong 1cceb76236
npm(prettier-config): add xml, alphabetical sort
Summary:
Add xml linter, and bump version to 0.1.0 with changelog rules.

(and types w/ version bump & `.node_version`)

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

Test Plan: not really testable?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D473
2024-06-30 16:56:39 +09:00

44 lines
1.2 KiB
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config",
"version": "0.1.0",
"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/plugin-php": "0.22.2",
"prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1"
},
"devDependencies": {
"@prettier/plugin-php": "0.22.2",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1",
"@prettier/plugin-xml": "3.4.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"
}