{ "name": "my-game", "version": "1.0.0", "description": "An AeThex project", "main": "src/main.aethex", "scripts": { "build": "aethex compile src/main.aethex -o build/main.js", "build:roblox": "aethex compile src/main.aethex -t roblox -o build/main.lua", "watch": "aethex compile src/main.aethex -w" }, "dependencies": { "@aethex/core": "^1.0.0" } }