Files
lst_v3/package.json
2025-12-11 21:37:46 -06:00

29 lines
738 B
JSON

{
"name": "lst_v3",
"version": "1.0.0",
"description": "The tool that supports us in our everyday alplaprod",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev:app": "cd backend && node --watch app.ts",
"build": "esbuild backend/app.ts --bundle --platform=node --minify --outfile=dist/index.cjs --format=esm --external:node:* --legal-comments=none",
"lint": "tsc"
},
"repository": {
"type": "git",
"url": "https://git.tuffraid.net/cowch/lst_v3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@types/express": "^5.0.6",
"esbuild": "0.27.1"
},
"dependencies": {
"express": "^5.2.1"
}
}