{ "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" } }