|
1 | 1 | {
|
2 |
| - "name": "@minecraft/math", |
3 |
| - "version": "1.5.2", |
4 |
| - "author": "Raphael Landaverde ([email protected])", |
5 |
| - "contributors": [ |
6 |
| - { |
7 |
| - "name": "Jake Shirley", |
8 |
| - |
| 2 | + "name": "@minecraft/math", |
| 3 | + "version": "1.5.2", |
| 4 | + "author": "Raphael Landaverde ([email protected])", |
| 5 | + "contributors": [ |
| 6 | + { |
| 7 | + "name": "Jake Shirley", |
| 8 | + |
| 9 | + } |
| 10 | + ], |
| 11 | + "description": "Math utilities for use with minecraft scripting modules", |
| 12 | + "exports": { |
| 13 | + "import": "./lib/index.js" |
| 14 | + }, |
| 15 | + "type": "module", |
| 16 | + "types": "./lib/types/math-public.d.ts", |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/Mojang/minecraft-scripting-libraries.git", |
| 20 | + "directory": "libraries/math" |
| 21 | + }, |
| 22 | + "scripts": { |
| 23 | + "build": "just build", |
| 24 | + "lint": "just lint", |
| 25 | + "test": "just test", |
| 26 | + "clean": "just clean", |
| 27 | + "postpublish": "just postpublish" |
| 28 | + }, |
| 29 | + "license": "MIT", |
| 30 | + "files": [ |
| 31 | + "dist", |
| 32 | + "lib", |
| 33 | + "api-report" |
| 34 | + ], |
| 35 | + "peerDependencies": { |
| 36 | + "@minecraft/server": "^1.15.0" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "@minecraft/server": "^1.15.0", |
| 40 | + "@minecraft/core-build-tasks": "*", |
| 41 | + "@minecraft/tsconfig": "*", |
| 42 | + "just-scripts": "^2.3.3", |
| 43 | + "prettier": "^2.8.2", |
| 44 | + "vitest": "^0.34.6" |
9 | 45 | }
|
10 |
| - ], |
11 |
| - "description": "Math utilities for use with minecraft scripting modules", |
12 |
| - "main": "lib/index.js", |
13 |
| - "types": "lib/types/math-public.d.ts", |
14 |
| - "repository": { |
15 |
| - "type": "git", |
16 |
| - "url": "https://github.com/Mojang/minecraft-scripting-libraries.git", |
17 |
| - "directory": "libraries/math" |
18 |
| - }, |
19 |
| - "scripts": { |
20 |
| - "build": "just build", |
21 |
| - "lint": "just lint", |
22 |
| - "test": "just test", |
23 |
| - "clean": "just clean" |
24 |
| - }, |
25 |
| - "license": "MIT", |
26 |
| - "files": [ |
27 |
| - "dist", |
28 |
| - "lib", |
29 |
| - "api-report" |
30 |
| - ], |
31 |
| - "peerDependencies": { |
32 |
| - "@minecraft/server": "^1.15.0" |
33 |
| - }, |
34 |
| - "devDependencies": { |
35 |
| - "@minecraft/server": "^1.15.0", |
36 |
| - "@minecraft/core-build-tasks": "*", |
37 |
| - "@minecraft/tsconfig": "*", |
38 |
| - "just-scripts": "^2.3.2", |
39 |
| - "prettier": "^2.8.2", |
40 |
| - "vitest": "^0.34.6" |
41 |
| - } |
42 | 46 | }
|
0 commit comments