-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 995 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
{
"name": "minecraft-vers",
"version": "0.4.3-2431",
"description": "A complete list of all Minecraft versions, for Java and Bedrock, release and snapshot.",
"keywords": [
"minecraft",
"minecraft-versions",
"minecraft-version-data",
"versions"
],
"homepage": "https://github.com/Nixinova/Minecraft-Versions#readme",
"bugs": "https://github.com/Nixinova/Minecraft-Versions/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/Nixinova/Minecraft-Versions.git"
},
"license": "ISC",
"author": "Nixinova (https://nixinova.com)",
"main": "dist/index.js",
"bin": {
"mcdata": "bin/index.js"
},
"files": [
"bin/",
"dist/",
"data/"
],
"scripts": {
"prepare": "tsc"
},
"dependencies": {
"js-yaml": "^4.1.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "ts5.0",
"@types/yargs-parser": "^21.0.3",
"typescript": "~5.0.4 <5.1"
}
}