{ "name": "websegura", "version": "1.0.0", "private": true, "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build:dev -- --serve --watch", "build:dev": "npx @11ty/eleventy", "build": "env NODE_ENV=production npm run build:dev" }, "repository": { "type": "git", "url": "git+https://github.com/PucelaBits/websegura.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/PucelaBits/websegura/issues" }, "homepage": "https://github.com/PucelaBits/websegura#readme", "devDependencies": { "@11ty/eleventy": "^0.11.1" } }