We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0543d90 commit 273d1e3Copy full SHA for 273d1e3
package.json
@@ -13,25 +13,25 @@
13
"format": "eslint --fix .",
14
"prepare-env": "tsx src/tools/prepare-env.ts"
15
},
16
- "repository": {
17
- "type": "git",
18
- "url": "git+https://github.com/Sv443/YTInfoBot.git"
19
- },
20
- "engines": {
21
- "node": ">=19",
22
- "npm": ">=8"
23
24
"author": {
25
"name": "Sv443",
26
"url": "https://github.com/Sv443"
27
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Sv443/YTInfoBot.git"
+ },
28
"bugs": {
29
"url": "https://github.com/Sv443/YTInfoBot/issues"
30
31
"funding": {
32
"type": "github",
33
"url": "https://github.com/sponsors/Sv443"
34
+ "engines": {
+ "node": ">=20",
+ "pnpm": ">=9"
35
"nodemonConfig": {
36
"watch": [
37
"src/**",
0 commit comments