{ "name": "runtimefee.lol", "version": "0.0.1", "description": "Game Development Resources", "main": "index.js", "scripts": { "serve": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "Luca Junge (https://luca-junge.de/)", "license": "MIT", "devDependencies": { "@11ty/eleventy": "^3.0.0" }, "type": "module" }