1 |
{ |
2 |
"name": "blazebuild", |
3 |
"main": "src/main/typescript/index.ts", |
4 |
"module": "src/main/typescript/index.ts", |
5 |
"version": "1.0.0-beta.1", |
6 |
"type": "module", |
7 |
"dependencies": { |
8 |
"axios": "^1.7.2", |
9 |
"chalk": "^5.3.0", |
10 |
"date-fns": "^4.1.0", |
11 |
"decompress": "^4.2.1", |
12 |
"glob": "^11.0.0", |
13 |
"reflect-metadata": "^0.2.2", |
14 |
"tar": "^7.4.0", |
15 |
"semver": "^7.6.3" |
16 |
}, |
17 |
"devDependencies": { |
18 |
"@types/bun": "latest", |
19 |
"@types/decompress": "^4.2.7", |
20 |
"@types/glob": "^8.1.0", |
21 |
"esbuild": "^0.24.0", |
22 |
"typescript": "^5.5.3", |
23 |
"@types/semver": "^7.5.8" |
24 |
}, |
25 |
"exports": { |
26 |
".": "./src/main/typescript/index.ts", |
27 |
"./types": "./src/main/typescript/types/build.ts" |
28 |
}, |
29 |
"typesVersions": { |
30 |
"*": { |
31 |
"*": [ |
32 |
"./src/main/typescript/index.ts" |
33 |
], |
34 |
"types": [ |
35 |
"./src/main/typescript/types/build.ts" |
36 |
] |
37 |
} |
38 |
}, |
39 |
"scripts": { |
40 |
"build:wrapper": "bun scripts/build-wrapper.mjs" |
41 |
} |
42 |
} |