-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 886 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 886 Bytes
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
{
"name": "gametest-db",
"description": "this repository is filled with code examples for variables in GameTest Framework module",
"version": "1.0.0",
"scripts": {
"test": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JaylyDev/GametestDB.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/JaylyDev/GametestDB/issues"
},
"homepage": "https://github.com/JaylyDev/GametestDB#readme",
"type": "module",
"devDependencies": {
"@types/mojang-gametest": "^0.1.6",
"@types/mojang-minecraft": "^0.1.7",
"@types/mojang-minecraft-server-admin": "^0.1.1",
"@types/mojang-minecraft-ui": "^0.1.0",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"@types/mojang-net": "^0.1.1",
"@types/node": "^18.7.14",
"typescript": "^4.8.2"
}
}