chore: configure dependencies and project conf
This commit is contained in:
11
package.json
11
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user