website/package.json
Andrei Jiroh Halili 7f665f545b builds(deps-dev): bump wrangle to 3.1.1
Closes https://github.com/ajhalili2006/ajhalili2006.github.io/pull/1

Obviously forgot to upgrade Wrangler CLI to 3.x for some months,
but thanks @dependabot for reminder.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
2023-08-16 12:11:35 +00:00

27 lines
783 B
JSON

{
"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"
}
}