@craftjs-typings/worldedit 7.2.5
Sign up to get free protection for your applications and to get access to all the features.
- package/com_sk89q.d.ts +12444 -0
- package/index.d.ts +3 -0
- package/package.json +14 -0
package/index.d.ts
ADDED
package/package.json
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
{
|
2
|
+
"name": "@craftjs-typings/worldedit",
|
3
|
+
"version": "7.2.5",
|
4
|
+
"description": "WorldEdit TypeScript bindings",
|
5
|
+
"repository": {
|
6
|
+
"type": "git",
|
7
|
+
"url": "https://github.com/raikasdev/craftjs-types.git",
|
8
|
+
"directory": "packages/worldedit"
|
9
|
+
},
|
10
|
+
"author": "raikasdev",
|
11
|
+
"dependencies": {
|
12
|
+
"@craftjs-typings/java.base": "latest"
|
13
|
+
}
|
14
|
+
}
|