chore: configure dependencies and project conf

This commit is contained in:
2025-09-11 13:40:03 +02:00
parent 8b2b009f38
commit 95ab48e66a
12 changed files with 28920 additions and 5 deletions

1
dist/check_datapack.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export declare function checkDatapack(rootDir: String, version: String): Promise<void>;

1
dist/check_datapack.d.ts.map vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"","sourceRoot":"","sources":["file:///home/louis/Documents/spyglassmc-action/src/check_datapack.ts"],"names":[],"mappings":"AAAA,wBAAsB,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAEnF"}

1
dist/index.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export {};

1
dist/index.d.ts.map vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"","sourceRoot":"","sources":["file:///home/louis/Documents/spyglassmc-action/src/index.ts"],"names":[],"mappings":""}

27454
dist/index.js vendored Normal file

File diff suppressed because one or more lines are too long

3
dist/package.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"type": "module"
}