Skip to content

Commit dceabd6

Browse files
committed
Обновление сценария и рабочих процессов
1 parent 6ef6c7b commit dceabd6

12 files changed

Lines changed: 376 additions & 1081 deletions

.github/bun.lock

Lines changed: 219 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/package-lock.json

Lines changed: 0 additions & 994 deletions
This file was deleted.

.github/package.json

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
{
2-
"author": "",
3-
"dependencies": {
4-
"@actions/core": "^1.11.1",
5-
"@actions/github": "^6.0.0",
6-
"@octokit/rest": "^21.1.0",
7-
"adm-zip": "^0.5.16",
8-
"googleapis": "^144.0.0",
9-
"semver": "^7.6.3"
10-
},
11-
"description": "Набор ресурсов, разрабатываемый для версий Minecraft от 1.6.x до 1.21.x, затрагивающий перевод модов, сделанных под загрузчики Forge, Fabric, Quilt и NeoForge.",
12-
"keywords": [],
13-
"license": "ISC",
14-
"main": "index.js",
15-
"name": "minecraft-mods-russian-translation",
16-
"scripts": {
17-
"test": "echo \"Error: no test specified\" && exit 1"
18-
},
19-
"version": "1.0.0"
20-
}
2+
"author": "",
3+
"dependencies": {
4+
"@actions/core": "^1.11.1",
5+
"@actions/github": "^6.0.0",
6+
"@octokit/rest": "^21.1.0",
7+
"adm-zip": "^0.5.16",
8+
"googleapis": "^144.0.0",
9+
"semver": "^7.6.3"
10+
},
11+
"description": "Набор ресурсов, разрабатываемый для версий Minecraft от 1.6.x до 1.21.x, затрагивающий перевод модов, сделанных под загрузчики Forge, Fabric, Quilt и NeoForge.",
12+
"keywords": [],
13+
"license": "ISC",
14+
"main": "index.js",
15+
"name": "minecraft-mods-russian-translation",
16+
"scripts": {
17+
"test": "echo \"Error: no test specified\" && exit 1"
18+
},
19+
"version": "1.0.0",
20+
"devDependencies": {
21+
"@types/adm-zip": "^0.5.7",
22+
"@types/node": "^22.14.0"
23+
}
24+
}

0 commit comments

Comments
 (0)