-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 996 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 996 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
31
32
33
34
35
36
37
38
39
{
"name": "anthonyzou.github.io",
"version": "0.0.2",
"description": "Resume",
"scripts": {
"start": "node --trace-deprecation run.mjs -w",
"build": "node --trace-deprecation run.mjs",
"predeploy": "wrangler r2 object put website/index.html --file=index.html --remote",
"deploy": "wrangler r2 object put website/favicon.ico --file=favicon.ico --remote"
},
"repository": {
"type": "git",
"url": "https://github.com/Anthonyzou/anthonyzou.github.io.git"
},
"author": "Anthony Ou",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anthonyzou/anthonyzou.github.io/issues"
},
"homepage": "https://resume.anthonyou.com",
"dependencies": {
"lodash-es": "4.17.21",
"pug": "3.0.3",
"puppeteer": "24.38.0",
"sass": "1.97.3",
"wrangler": "4.70.0"
},
"devDependencies": {
"commander": "13.1.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"puppeteer",
"sharp",
"workerd"
]
}
}