mirror of
https://github.com/LukeHagar/prettier-plugin-openapi.git
synced 2025-12-06 04:21:03 +00:00
Refactor OpenAPI plugin: remove unused index.ts, update package.json with author info, enhance file detection logic, and add comprehensive tests for OpenAPI file detection.
This commit is contained in:
12
package.json
12
package.json
@@ -2,11 +2,19 @@
|
||||
"name": "prettier-plugin-openapi",
|
||||
"version": "1.0.0",
|
||||
"description": "A Prettier plugin for formatting OpenAPI/Swagger JSON and YAML files",
|
||||
"author": {
|
||||
"name": "Luke Hagar",
|
||||
"email": "lukeslakemail@gmail.com",
|
||||
"url": "https://LukeHagar.com/"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
@@ -23,8 +31,6 @@
|
||||
"json",
|
||||
"formatting"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"prettier": "^3.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user