@craftjs-typings/worldedit 7.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/com_sk89q.d.ts +12444 -0
  2. package/index.d.ts +3 -0
  3. package/package.json +14 -0
package/index.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ // Auto generated index file, do not edit!
2
+
3
+ /// <reference path="com_sk89q.d.ts" />
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
+ }