Skip to content

Commit

Permalink
sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Jan 21, 2024
1 parent 7f621f4 commit 8954bf5
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,33 @@
"name": "weakauras-companion",
"version": "5.2.2",
"description": "WeakAuras Companion App",
"author": "Buds <[email protected]>",
"main": "dist-electron/main/index.js",
"type": "module",
"license": "GPL-2.0-or-later",
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue",
"WeakAuras",
"World of Warcraft"
],
"repository": {
"type": "git",
"url": "https://github.com/WeakAuras/WeakAuras-Companion.git"
},
"license": "GPL-2.0-or-later",
"author": "Buds <[email protected]>",
"type": "module",
"main": "dist-electron/main/index.js",
"scripts": {
"build": "vue-tsc --noEmit && vite build && electron-builder",
"clean": "git clean -xdf node_modules dist dist-electron",
"compile-tools": "tsc -p tools",
"dev": "vite",
"i18n": "pnpm run compile-tools && node ./tools/scripts/extract-i18n-messages.js",
"i18n-report": "pnpm dlx vue-i18n-extract report --remove --vueFiles './src/components/**/*.?(js|vue)' --languageFiles './i18n/*.json'",
"preinstall": "npx only-allow pnpm",
"lint": "eslint . --cache --ext .ts,.js,.vue && prettier . --check --cache",
"lint:fix": "eslint . --ext .ts,.js,.vue --fix && prettier . --write",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install"
},
"lint-staged": {
Expand All @@ -37,10 +46,6 @@
"zh-cn"
]
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]",
"dependencies": {
"archiver": "^6.0.1",
"got": "^12.6.1",
Expand Down Expand Up @@ -100,18 +105,13 @@
"vue-i18n": "^9.9.0",
"vue-tsc": "^1.8.27"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344/"
}
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue",
"WeakAuras",
"World of Warcraft"
]
}
}

0 comments on commit 8954bf5

Please sign in to comment.