/[sudobot]/trunk/blazebuild/package.json
ViewVC logotype

Contents of /trunk/blazebuild/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (show annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 960 byte(s)
chore: add trunk
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": "^3.6.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.23.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 }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26