29 lines
748 B
JSON
29 lines
748 B
JSON
{
|
|
"name": "spyglassmc-action",
|
|
"version": "1.1.4",
|
|
"description": "Check your Minecraft datapack for syntax or schema errors using SpyglassMC",
|
|
"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",
|
|
"glob": "^11.0.3"
|
|
}
|
|
}
|