{ "name": "logistics_support_tool", "version": "0.0.1-alpha.6", "description": "This is the new logisitcs support tool", "private": true, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "concurrently -n \"BACKEND,DOCS,FRONTEND\" -c \"bgBlue.bold,bgGreen.bold,bgMagenta.bold\" \"npm run backend\" \"npm run dev:docs\" \"npm run dev:front\"", "dev:front": "cd frontend && npm run dev", "dev:docs": "cd lst-docs && npm start -- --port 8081", "backend": "cd backend && go run .", "build": "powershell -File ./scripts/build.ps1", "docker:front": "docker build -t logistics_support_tool:frontend-latest -f frontend/Dockerfile ./frontend", "docker:back": "docker build -t logistics_support_tool:backend-latest -f backend/Dockerfile ./backend", "docker": "powershell -File ./scripts/dockerBuild.ps1", "createZip": "powershell -File ./scripts/createZip.ps1", "release": "release-it --verbose --non-interactive --preRelease=alpha", "commit": "cz" }, "repository": { "type": "git", "url": "https://git.tuffraid.net/cowch/logistics_support_tool.git" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "devDependencies": { "@release-it/conventional-changelog": "^10.0.1", "cz-conventional-changelog": "^3.3.0", "release-it": "^19.0.3", "standard-version": "^9.5.0", "concurrently": "^9.2.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "dotenv": "^17.2.0", "fs-extra": "^11.3.0", "node-fetch": "^3.3.2" } }