{ "name": "@ajhalili2006/tildeverse-web", "version": "0.1.0", "description": "Personal website for my tildes + Gemini version of blog posts", "scripts": { "start": "npm run dev", "dev": "bash ./bin/localdev.sh", "build": "bash ./bin/build.sh", "deploy": "./bin/deploykit-pages.sh", "docker:ci": "DOCKER_BUILDKIT=1 docker build -t dock.mau.dev/ajhalili2006/tildeverse-web/build-ci:localdev ./docker" }, "repository": { "type": "git", "url": "git+ssh://git@git.sr.ht/~ajhalili2006/tildeweb.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://todo.sr.ht/~ajhalili2006/tildeweb" }, "homepage": "https://git.sr.ht/~ajhalili2006/tildeweb#readme", "devDependencies": { "wrangler": "^3.1.1" } }