mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
Andrei Jiroh Halili
7f665f545b
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>
26 lines
783 B
JSON
26 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"
|
|
}
|
|
}
|