-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
32 lines (32 loc) · 1.01 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
{
"type": "module",
"name": "rubedo",
"description": "Welcome to Rubedo, Rubedo is a brand new Anti-cheat designed for Realms, Servers, Worlds and anyone who wants to protect there worlds from Hackers! Rubedo Uses Minecraft's Most advanced functionality so that includes Gametest.",
"version": "3.0.0-beta",
"main": "scripts/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/smell-of-curry/rubedo.git"
},
"scripts": {
"build": "npx ts-node --esm build.ts",
"dev": "npx ts-node --esm build.ts dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smell-of-curry/rubedo/issues"
},
"homepage": "https://github.com/smell-of-curry/rubedo#readme",
"devDependencies": {
"@minecraft/server": "^1.7.0-beta.1.20.40-stable",
"@types/fs-extra": "^11.0.3",
"esbuild": "^0.15.18",
"fs-extra": "^10.1.0",
"ts-node": "^10.9.1"
},
"dependencies": {
"@minecraft/server-ui": "^1.2.0-beta.1.20.10-stable"
}
}