|
1 | 1 | {
|
2 |
| - "name": "@minecraft/core-build-tasks", |
3 |
| - "version": "1.1.7", |
4 |
| - "description": "Common build tasks used for minecraft-scripting-libraries", |
5 |
| - "main": "lib/index.js", |
6 |
| - "types": "lib/index.d.ts", |
7 |
| - "author": "Raphael Landaverde ([email protected])", |
8 |
| - "contributors": [ |
9 |
| - { |
10 |
| - "name": "Francisco Alejandro Garcia Cebada", |
11 |
| - |
| 2 | + "name": "@minecraft/core-build-tasks", |
| 3 | + "version": "1.1.7", |
| 4 | + "description": "Common build tasks used for minecraft-scripting-libraries", |
| 5 | + "main": "lib/index.js", |
| 6 | + "exports": { |
| 7 | + ".": { |
| 8 | + "import": "./lib/index.js", |
| 9 | + "require": "./lib/index.js" |
| 10 | + } |
| 11 | + }, |
| 12 | + "types": "lib/index.d.ts", |
| 13 | + "author": "Raphael Landaverde ([email protected])", |
| 14 | + "contributors": [ |
| 15 | + { |
| 16 | + "name": "Francisco Alejandro Garcia Cebada", |
| 17 | + |
| 18 | + } |
| 19 | + ], |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "https://github.com/Mojang/minecraft-scripting-libraries.git", |
| 23 | + "directory": "tools/core-build-tasks" |
| 24 | + }, |
| 25 | + "scripts": { |
| 26 | + "build-tools": "just-scripts build-tools", |
| 27 | + "clean-tools": "just-scripts clean-tools", |
| 28 | + "lint": "just-scripts lint", |
| 29 | + "test": "just-scripts test" |
| 30 | + }, |
| 31 | + "files": [ |
| 32 | + "lib" |
| 33 | + ], |
| 34 | + "dependencies": { |
| 35 | + "@rushstack/node-core-library": "^3.59.6", |
| 36 | + "@microsoft/api-extractor": "^7.38.3", |
| 37 | + "esbuild": "^0.20.1", |
| 38 | + "dotenv": "^16.4.5", |
| 39 | + "just-scripts": "^2.3.2", |
| 40 | + "prettier": "^2.8.2", |
| 41 | + "rimraf": "^3.0.2", |
| 42 | + "vitest": "^0.34.6", |
| 43 | + "zip-lib": "^0.7.3" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0", |
| 47 | + "@types/rimraf": "^3.0.2", |
| 48 | + "@typescript-eslint/parser": "^7.2.0", |
| 49 | + "eslint": "^8.53.0", |
| 50 | + "ts-node": "^10.9.1", |
| 51 | + "tsconfig": "*", |
| 52 | + "typescript": "^5.2.2", |
| 53 | + "webpack": "^5.86.0" |
12 | 54 | }
|
13 |
| - ], |
14 |
| - "repository": { |
15 |
| - "type": "git", |
16 |
| - "url": "https://github.com/Mojang/minecraft-scripting-libraries.git", |
17 |
| - "directory": "tools/core-build-tasks" |
18 |
| - }, |
19 |
| - "scripts": { |
20 |
| - "build-tools": "just-scripts build-tools", |
21 |
| - "clean-tools": "just-scripts clean-tools", |
22 |
| - "lint": "just-scripts lint", |
23 |
| - "test": "just-scripts test" |
24 |
| - }, |
25 |
| - "files": [ |
26 |
| - "lib" |
27 |
| - ], |
28 |
| - "dependencies": { |
29 |
| - "@rushstack/node-core-library": "^3.59.6", |
30 |
| - "@microsoft/api-extractor": "^7.38.3", |
31 |
| - "esbuild": "^0.20.1", |
32 |
| - "dotenv": "^16.4.5", |
33 |
| - "just-scripts": "^2.3.2", |
34 |
| - "prettier": "^2.8.2", |
35 |
| - "rimraf": "^3.0.2", |
36 |
| - "vitest": "^0.34.6", |
37 |
| - "zip-lib": "^0.7.3" |
38 |
| - }, |
39 |
| - "devDependencies": { |
40 |
| - "@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0", |
41 |
| - "@types/rimraf": "^3.0.2", |
42 |
| - "@typescript-eslint/parser": "^7.2.0", |
43 |
| - "eslint": "^8.53.0", |
44 |
| - "ts-node": "^10.9.1", |
45 |
| - "tsconfig": "*", |
46 |
| - "typescript": "^5.2.2", |
47 |
| - "webpack": "^5.86.0" |
48 |
| - } |
49 | 55 | }
|
0 commit comments