Skip to content

Commit 7b32c9b

Browse files
refactor: 修改 package.json
1 parent b1f9157 commit 7b32c9b

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

package.json

+16-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
11
{
2-
"description": "A development starter theme with Vite Ecosystem for Halo",
2+
"name": "@halo-dev/theme-clear",
3+
"private": true,
4+
"version": "1.0.0",
5+
"description": "A development starter theme with modern front-end technology stack for Halo",
6+
"scripts": {
7+
"dev": "vite build --watch",
8+
"build": "tsc && vite build",
9+
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
10+
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
11+
},
312
"keywords": [
413
"halo",
514
"halo-theme"
615
],
7-
"homepage": "https://github.com/halo-dev/theme-vite-starter#readme",
16+
"homepage": "https://github.com/f2ccloud/theme-clear#readme",
817
"bugs": {
9-
"url": "https://github.com/halo-dev/theme-vite-starter/issues"
18+
"url": "https://github.com/f2ccloud/theme-clear/issues"
1019
},
1120
"repository": {
1221
"type": "git",
13-
"url": "https://github.com/halo-dev/theme-vite-starter"
22+
"url": "https://github.com/f2ccloud/theme-clear"
1423
},
1524
"license": "GPL-3.0",
1625
"author": {
17-
"name": "Halo",
18-
"email": "[email protected]",
19-
"url": "https://github.com/halo-dev"
26+
"name": "Halo OSS Organization",
27+
"url": "https://github.com/halo-dev",
28+
"email": "hi@halo.run"
2029
},
2130
"maintainers": [
2231
{
@@ -25,12 +34,6 @@
2534
"url": "https://github.com/ruibaby"
2635
}
2736
],
28-
"scripts": {
29-
"build": "tsc && vite build",
30-
"dev": "vite build --watch",
31-
"lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore",
32-
"prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'"
33-
},
3437
"devDependencies": {
3538
"@types/node": "18.11.9",
3639
"@typescript-eslint/eslint-plugin": "^5.62.0",

0 commit comments

Comments
 (0)