2024-06-14 10:03:06 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
"name": "@revi/prettier-config",
|
2024-06-19 07:31:06 +02:00
|
|
|
"version": "0.0.4",
|
2024-06-14 12:41:11 +02:00
|
|
|
"author": {
|
|
|
|
"name": "revi",
|
|
|
|
"email": "revi@omglol.email",
|
|
|
|
"url": "https://revi.xyz"
|
|
|
|
},
|
2024-06-14 10:03:06 +02:00
|
|
|
"description": "@revi's prettier configs",
|
|
|
|
"main": "prettier.config.js",
|
2024-06-14 12:41:11 +02:00
|
|
|
"peerDependencies": {
|
2024-06-18 11:42:33 +02:00
|
|
|
"@prettier/plugin-php": "0.22.2",
|
|
|
|
"prettier": "3.3.2",
|
|
|
|
"prettier-plugin-sh": "0.14.0",
|
|
|
|
"prettier-plugin-toml": "2.0.1"
|
2024-06-14 10:03:06 +02:00
|
|
|
},
|
2024-06-14 12:41:11 +02:00
|
|
|
"scripts": {
|
|
|
|
"p:c": "prettier --check"
|
|
|
|
},
|
2024-06-14 10:03:06 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-06-18 12:21:43 +02:00
|
|
|
"url": "git+https://github.com/revi/sandbox.git",
|
2024-06-14 12:41:11 +02:00
|
|
|
"directory": "npm/prettier-config"
|
2024-06-14 10:03:06 +02:00
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://revi.xyz/new"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"prettier"
|
|
|
|
],
|
|
|
|
"type": "module",
|
2024-06-14 12:41:11 +02:00
|
|
|
"funding": "https://github.com/sponsors/revi",
|
2024-06-14 10:03:06 +02:00
|
|
|
"license": "Apache-2.0"
|
|
|
|
}
|