Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | rakinar2 | 577 | { |
2 | "name": "blazebuild", | ||
3 | "main": "src/main/typescript/index.ts", | ||
4 | "module": "src/main/typescript/index.ts", | ||
5 | "type": "module", | ||
6 | "devDependencies": { | ||
7 | "@types/bun": "latest", | ||
8 | "@types/glob": "^8.1.0", | ||
9 | "typescript": "^5.4.5" | ||
10 | }, | ||
11 | "dependencies": { | ||
12 | "chalk": "4", | ||
13 | "glob": "^10.4.1", | ||
14 | "reflect-metadata": "^0.2.2" | ||
15 | }, | ||
16 | "exports": { | ||
17 | ".": "./src/main/typescript/index.ts", | ||
18 | "./types": "./src/main/typescript/types/build.ts" | ||
19 | }, | ||
20 | "typesVersions": { | ||
21 | "*": { | ||
22 | "*": [ | ||
23 | "./src/main/typescript/index.ts"], | ||
24 | "types": [ | ||
25 | "./src/main/typescript/types/build.ts"] | ||
26 | } | ||
27 | } | ||
28 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |