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