chore: configure dependencies and project conf

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

View File

@@ -5,12 +5,23 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"package": "ncc build src/index.ts -o dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [],
"author": "LordBaryhobal",
"license": "ISC",
"devDependencies": {
"@types/node": "^24.3.1",
"@vercel/ncc": "^0.38.3",
"typescript": "^5.9.2"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"@spyglassmc/core": "^0.4.34",
"@spyglassmc/java-edition": "^0.3.45",
"@spyglassmc/mcdoc": "^0.3.38"
}
}