-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "quick-pic",
"scripts": {
"serve": "bun run --hot src/index.ts",
"build": "bun build ./src/index.ts --outdir=./dist --target=bun --minify",
"//-03a": "// ****************************************************************************",
"//-03b": "// *** Check for Updates ",
"//-03c": "// ****************************************************************************",
"upd": "ncu -i --format group",
"//-0a": "// ****************************************************************************",
"//-0b": "// *** DOCKER ",
"//-0c": "// ****************************************************************************",
"docker:build": "docker build --target=deploy -f=.deploy/qp.Dockerfile -t quick-pic:latest .",
"docker:run": "docker run -d -p 3000:3000 quick-pic:latest"
},
"dependencies": {
"sharp": "0.33.5"
},
"devDependencies": {
"@types/bun": "1.1.8",
"nx": "19.6.4"
},
"nx": {}
}