From 7b32c9b3c5ecea50b63025249333b2035ee5c142 Mon Sep 17 00:00:00 2001 From: zhoujunhong <1298308460@qq.com> Date: Mon, 22 Jan 2024 13:42:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index a123793..2b70dc5 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,31 @@ { - "description": "A development starter theme with Vite Ecosystem for Halo", + "name": "@halo-dev/theme-clear", + "private": true, + "version": "1.0.0", + "description": "A development starter theme with modern front-end technology stack for Halo", + "scripts": { + "dev": "vite build --watch", + "build": "tsc && vite build", + "lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore", + "prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'" + }, "keywords": [ "halo", "halo-theme" ], - "homepage": "https://github.com/halo-dev/theme-vite-starter#readme", + "homepage": "https://github.com/f2ccloud/theme-clear#readme", "bugs": { - "url": "https://github.com/halo-dev/theme-vite-starter/issues" + "url": "https://github.com/f2ccloud/theme-clear/issues" }, "repository": { "type": "git", - "url": "https://github.com/halo-dev/theme-vite-starter" + "url": "https://github.com/f2ccloud/theme-clear" }, "license": "GPL-3.0", "author": { - "name": "Halo", - "email": "hi@halo.run", - "url": "https://github.com/halo-dev" + "name": "Halo OSS Organization", + "url": "https://github.com/halo-dev", + "email": "hi@halo.run" }, "maintainers": [ { @@ -25,12 +34,6 @@ "url": "https://github.com/ruibaby" } ], - "scripts": { - "build": "tsc && vite build", - "dev": "vite build --watch", - "lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore", - "prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'" - }, "devDependencies": { "@types/node": "18.11.9", "@typescript-eslint/eslint-plugin": "^5.62.0",