{ "name": "neobeta", "version": "1.0.0", "description": "A CMS for minecraft plugins.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "npx @11ty/eleventy --serve", "watch:sass": "sass src/static/scss:public/static/css --watch", "build:sass": "sass src/static/scss:public/static/css", "watch:eleventy": "eleventy --serve", "build:eleventy": "ELEVENTY_ENV=development eleventy", "start": "npm run watch:eleventy", "build": "npm run build:eleventy", "build:sass:prod": "sass src/static/scss:public/static/css --style compressed", "build:eleventy:prod": "ELEVENTY_ENV=production eleventy", "build:prod": "npm run build:eleventy:prod", "serve:prod": "ELEVENTY_ENV=production eleventy --serve" }, "repository": { "type": "git", "url": "git+https://github.com/adrianvic/neoBeta.git" }, "author": "Adrian Victor de Abreu Alves ", "license": "Unlicense", "bugs": { "url": "https://github.com/adrianvic/neoBeta/issues" }, "homepage": "https://github.com/adrianvic/neoBeta#readme", "dependencies": { "@11ty/eleventy": "^3.1.2", "dotenv": "^17.2.3", "elasticlunr": "^0.9.5", "node-fetch": "^2.7.0", "open": "^10.2.0", "sass": "1.93.2" } }