We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f6773 commit 46970b6Copy full SHA for 46970b6
package.json
@@ -1,11 +1,18 @@
1
{
2
"name": "@moonlight-mod/create-extension",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
+ "packageManager": "pnpm@10.7.1",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "git+https://github.com/moonlight-mod/create-extension.git"
9
},
10
+ "engines": {
11
+ "node": ">=22",
12
+ "pnpm": ">=10",
13
+ "npm": "pnpm",
14
+ "yarn": "pnpm"
15
+ },
16
"main": "index.js",
17
"bin": "index.js",
18
"type": "module",
0 commit comments