forked from smell-of-curry/pokebedrock-res
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.37 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
{
"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.10.28",
"main": "scripts/build.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx ts-node --project tsconfig.json scripts/build.ts",
"generateEntityFiles": "npx ts-node --project tsconfig.json scripts/generateEntityFiles.ts",
"removeUnusedFiles": "npx ts-node --project tsconfig.json scripts/removeUnusedFiles.ts",
"translate": "npx ts-node --project tsconfig.json scripts/translate.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",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/fs-extra": "^11.0.4"
}
}