-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
46 lines (46 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pokebedrock-res",
"description": "Welcome to the PokeBedrock Resource Pack repository! This resource pack is designed for the Minecraft Bedrock server, PokeBedrock. It allows users to easily download, fix bugs, change textures, and modify the server's appearance.",
"version": "2.12.5",
"main": "scripts/build.ts",
"scripts": {
"test": "jest",
"build": "npx ts-node --project tsconfig.json scripts/build.ts",
"generatePokemonFiles": "npx ts-node --project tsconfig.json scripts/generatePokemonFiles.ts",
"removeUnusedFiles": "npx ts-node --project tsconfig.json scripts/removeUnusedFiles.ts",
"translate": "npx ts-node --project tsconfig.json scripts/translate.ts",
"generateItemLang": "npx ts-node --project tsconfig.json scripts/generateItemLang.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smell-of-curry/pokebedrock-res.git"
},
"keywords": [
"pokemon",
"minecraft",
"bedrock",
"resource_pack"
],
"author": "Smell of curry",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/smell-of-curry/pokebedrock-res/issues"
},
"homepage": "https://github.com/smell-of-curry/pokebedrock-res#readme",
"dependencies": {
"archiver": "^6.0.0",
"fs-extra": "^11.2.0",
"inquirer": "^10.1.7",
"progress": "^2.0.3",
"sharp": "^0.33.5",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/fs-extra": "^11.0.4",
"@types/progress": "^2.0.7",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
}
}