Files
spyglassmc-action/package.json
2025-09-11 03:31:10 +02:00

17 lines
393 B
JSON

{
"name": "spyglassmc-action",
"version": "1.0.0",
"description": "Check your Minecraft datapack for syntax or schema errors using SpyglassMC",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "LordBaryhobal",
"license": "ISC",
"devDependencies": {
"typescript": "^5.9.2"
}
}