-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 861 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "@ajhalili2006/website",
"version": "0.1.0",
"description": "Personal website for my tildes + Gemini version of blog posts",
"scripts": {
"start": "npm run dev",
"dev": "wrangler dev --port 8000 --live-reload",
"deploy": "npm run deploy:cf",
"deploy:cf": "wrangler deploy",
"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": {
"npm-check-updates": "^19.0.0",
"wrangler": "^4.42.1"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.51.0"
}
}