Skip to content

Commit 273d1e3

Browse files
committed
ref: adjust engines
1 parent 0543d90 commit 273d1e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
"format": "eslint --fix .",
1414
"prepare-env": "tsx src/tools/prepare-env.ts"
1515
},
16-
"repository": {
17-
"type": "git",
18-
"url": "git+https://github.com/Sv443/YTInfoBot.git"
19-
},
20-
"engines": {
21-
"node": ">=19",
22-
"npm": ">=8"
23-
},
2416
"author": {
2517
"name": "Sv443",
2618
"url": "https://github.com/Sv443"
2719
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git+https://github.com/Sv443/YTInfoBot.git"
23+
},
2824
"bugs": {
2925
"url": "https://github.com/Sv443/YTInfoBot/issues"
3026
},
3127
"funding": {
3228
"type": "github",
3329
"url": "https://github.com/sponsors/Sv443"
3430
},
31+
"engines": {
32+
"node": ">=20",
33+
"pnpm": ">=9"
34+
},
3535
"nodemonConfig": {
3636
"watch": [
3737
"src/**",

0 commit comments

Comments
 (0)