-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 997 Bytes
/
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
{
"author": "andrejsharapov",
"bugs": {
"url": "https://github.com/andrejsharapov/mctpms/issues"
},
"devDependencies": {
"prettier": "^3.0.1"
},
"description": "Realistic 3d models for Minecraft JE",
"homepage": "https://github.com/andrejsharapov/mctpms#readme",
"keywords": [
"3d models",
"blockbench",
"minecraft",
"minecraft realistic textures",
"minecraft texture pack",
"pack",
"realistic",
"resource pack",
"resource pack minecraft",
"texture",
"texture pack"
],
"license": "MIT",
"main": "index.js",
"name": "mctpms",
"repository": {
"type": "git",
"url": "git+https://github.com/andrejsharapov/mctpms.git"
},
"scripts": {
"prettier": "prettier ./**/*.{json} --ignore-path .gitignore",
"prettier:check": "yarn prettier --list-different",
"prettier:format": "yarn prettier --write --loglevel warn"
},
"version": "3.0.0",
"volta": {
"node": "18.12.0",
"yarn": "1.22.19"
}
}