rdio-scanner/package.json
2020-08-23 10:20:55 -04:00

16 lines
710 B
JSON

{
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
"license": "LICENSE",
"main": "run.js",
"name": "rdio-scanner",
"private": true,
"scripts": {
"build": "docker build --tag chuot/rdio-scanner:latest .",
"builder": "docker buildx create --name builder --use",
"buildx": "docker buildx build --cache-from type=local,src=dist --cache-to type=local,dest=dist --output type=image,name=docker.io/chuot/rdio-scanner,push=true --platform linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x --tag docker.io/chuot/rdio-scanner:latest .",
"start": "node run",
"update": "node update"
},
"version": "4.6.3"
}