Skip to content

Commit

Permalink
root: some misc on pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Oct 6, 2024
1 parent 4a99ee7 commit 9ff0248
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
{
"name": "hexo-plugin",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/uiolee/hexo-plugin",
"bugs": {
"url": "https://github.com/uiolee/hexo-plugin"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/uiolee/hexo-plugin.git"
},
"license": "MPL-2.0",
"author": "uiolee (https://github.com/uiolee)",
"type": "module",
"scripts": {
"build": "turbo build",
"check-types": "turbo check-types",
"clean": "pnpm dlx rimraf -g '**/node_modules' '**/dist' '**/coverage' '**/.turbo' '**/.esbuild.metafile.json' '**/.tsbuildinfo' '**/.temp'",
"dev": "turbo dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{md}\"",
"lint": "turbo lint",
"prepack": "echo \"don't run pack/publish in root!\" && exit 1",
"prepare": "turbo run build -F eslint-config",
Expand Down Expand Up @@ -39,6 +50,6 @@
},
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=20"
"node-lts": ">=20"
}
}

0 comments on commit 9ff0248

Please # to comment.