/[sudobot]/branches/9.x-dev/blazebuild/package.json
ViewVC logotype

Contents of /branches/9.x-dev/blazebuild/package.json

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: application/json
File size: 624 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 {
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