{ "name": "screenshot-service", "version": "1.0.0", "description": "## Dependencies", "main": "index.js", "scripts": { "install-daemon": "cp screenshot-service.service /etc/systemd/system/ && systemctl start screenshot-service && systemctl enable screenshot-service", "start": "docker image build -t headless-fox Docker && BASE_URL=http://localhost:3000 node ." }, "repository": { "type": "git", "url": "gitea@git.internet-czas-dzialac.pl:icd/screenshot-service.git" }, "author": "", "license": "ISC", "dependencies": { "@koa/router": "^10.1.1", "amqplib": "^0.8.0", "koa": "^2.13.4", "koa-mount": "^4.0.0", "koa-static": "^5.0.0", "qs": "^6.10.3", "queue": "^6.0.2", "uuid": "^8.3.2" } }