Update package.json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-02-24 15:12:04 +01:00
parent 90f6ae7695
commit 8a46f473eb

View File

@ -5,9 +5,9 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild src/app.ts --bundle --outfile=public/main.js --bundle --minify --sourcemap --tsconfig=tsconfig.json", "build": "esbuild src/app.ts --bundle --outfile=public/main.js --tree-shaking=true --bundle --minify --sourcemap --tsconfig=tsconfig.json",
"start": "node server.js", "start": "node server.js",
"demon": "nodemon -e ts,pug --watch src --exec \"yarn build && yarn start\"" "demon": "nodemon -e ts,js,pug --watch src --watch template --watch router --exec \"yarn build && yarn start\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,11 +21,9 @@
"@fastify/view": "^10.0.0", "@fastify/view": "^10.0.0",
"@prettier/plugin-pug": "^3.0.0", "@prettier/plugin-pug": "^3.0.0",
"@types/node": "^22.13.5", "@types/node": "^22.13.5",
"axios": "^1.7.9",
"esbuild": "^0.25.0", "esbuild": "^0.25.0",
"fastify": "^5.0.0", "fastify": "^5.0.0",
"nodemon": "^3.0.1", "nodemon": "^3.0.1",
"pretier": "^0.0.1",
"prettier": "^3.5.2", "prettier": "^3.5.2",
"pug": "^3.0.2" "pug": "^3.0.2"
} }