2022-11-01 16:28:28 +00:00
|
|
|
{
|
|
|
|
"name": "@ajhalili2006/tildeverse-web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Personal website for my tildes + Gemini version of blog posts",
|
|
|
|
"scripts": {
|
2023-05-05 09:24:28 +00:00
|
|
|
"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"
|
2022-11-01 16:28:28 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2023-03-24 18:22:20 +00:00
|
|
|
"homepage": "https://git.sr.ht/~ajhalili2006/tildeweb#readme",
|
|
|
|
"devDependencies": {
|
2023-08-16 12:11:35 +00:00
|
|
|
"wrangler": "^3.1.1"
|
2023-03-24 18:22:20 +00:00
|
|
|
}
|
2022-11-01 16:28:28 +00:00
|
|
|
}
|