website/package.json
Andrei Jiroh Halili ee3616be5b
chore(global): update lockfile and deps
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-06-07 17:55:23 +08:00

26 lines
757 B
JSON

{
"name": "@ajhalili2006/website",
"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/andreijiroh-dev/website/build-ci:localdev ./docker"
},
"repository": {
"type": "git",
"url": "git+ssh://git@mau.dev/andreijiroh-dev/website.git"
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://mau.dev/andreijiroh-dev/website/issues"
},
"homepage": "https://andreijiroh.xyz",
"devDependencies": {
"wrangler": "^3.57.2"
}
}