sandbox/npm/prettier-config/package.json
Yongmin Hong 41b70cb468
npm(prettier-config): add README/author data, make prettier peerDependency
Summary:
Bump to 0.0.2.

For easier browsing...

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

Test Plan: `arc land`, and `npm publish`

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D310
2024-06-14 19:49:11 +09:00

32 lines
716 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/prettier-config",
"version": "0.0.2",
"author": {
"name": "revi",
"email": "revi@omglol.email",
"url": "https://revi.xyz"
},
"description": "@revi's prettier configs",
"main": "prettier.config.js",
"peerDependencies": {
"prettier": "^3.3.2"
},
"scripts": {
"p:c": "prettier --check"
},
"repository": {
"type": "git",
"url": "https://github.com/revi/sandbox.git",
"directory": "npm/prettier-config"
},
"bugs": {
"url": "https://revi.xyz/new"
},
"keywords": [
"prettier"
],
"type": "module",
"funding": "https://github.com/sponsors/revi",
"license": "Apache-2.0"
}