{ "name": "slime-quest-web", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "cross-env NODE_ENV=localhost npx eleventy --serve", "build": "eleventy" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "description": "", "dependencies": { "@11ty/eleventy": "^3.0.0", "cross-env": "^7.0.3" } }