From b41b373bfbccd21a3547a5005f09b738243cae55 Mon Sep 17 00:00:00 2001 From: owjs3901 Date: Wed, 1 Oct 2025 22:07:12 +0900 Subject: [PATCH] Fix package.json --- packages/eslint-plugin/package.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 61c09fd7..6c30757c 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,7 +1,23 @@ { "name": "@devup-ui/eslint-plugin", + "description": "Zero Config, Zero FOUC, Zero Runtime, CSS in JS Preprocessor", + "repository": "https://github.com/dev-five-git/devup-ui", + "author": "devfive", + "license": "Apache-2.0", + "homepage": "https://devup-ui.com", + "bugs": { + "url": "https://github.com/dev-five-git/devup-ui/issues", + "email": "contact@devfive.kr" + }, + "keywords": [ + "css", + "css-in-js", + "css-in-js-preprocessor", + "css-in-js-framework", + "react", + "eslint" + ], "version": "0.1.0", - "description": "eslint plugin for devup-ui", "main": "dist/index.cjs", "type": "module", "scripts": { @@ -10,20 +26,19 @@ "lint": "eslint", "build": "tsc && vite build" }, + "publishConfig": { + "access": "public" + }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, + "types": "./dist/index.d.ts", "files": [ "dist" ], - "keywords": [ - "eslint" - ], - "author": "devfive", - "license": "ISC", "dependencies": { "typescript-eslint": "^8.44", "@typescript-eslint/utils": "^8.44"