-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
34 lines (34 loc) · 1022 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
{
"name": "tn-anticheat",
"version": "3.19.0",
"description": "Anti-cheat addon with ScriptAPI / For Multiplayer, Realms, Servers / Recommended Japanese",
"main": "scripts/index.js",
"typings": "scripts/types.d.ts",
"type": "module",
"scripts": {
"lint": "eslint ./scripts & tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutinoko2048/TNAntiCheat.git"
},
"author": "tutinoko2048",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/tutinoko2048/TNAntiCheat/issues"
},
"homepage": "https://github.com/tutinoko2048/TNAntiCheat/blob/main/README.md",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@minecraft/server": "1.18.0-beta.1.21.60-stable",
"@minecraft/server-ui": "1.4.0-beta.1.21.60-stable",
"@types/eslint": "^9.6.1",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.6.0",
"typescript": "^5.7.2"
},
"overrides": {
"@minecraft/server": "$@minecraft/server"
}
}