screenshot-service/package.json

27 lines
761 B
JSON
Raw Normal View History

2022-04-24 17:24:27 +02:00
{
"name": "screenshot-service",
"version": "1.0.0",
"description": "## Dependencies",
"main": "index.js",
"scripts": {
2022-06-15 20:27:15 +02:00
"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 ."
2022-04-24 17:24:27 +02:00
},
"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",
2022-05-05 21:54:34 +02:00
"queue": "^6.0.2",
2022-04-24 17:24:27 +02:00
"uuid": "^8.3.2"
}
}