rdio-scanner/package.json
2021-01-10 09:57:25 -05:00

15 lines
602 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 .",
"buildx": "docker buildx build --cache-from type=local,src=dist --cache-to type=local,dest=dist --platform linux/amd64,linux/arm64/v8,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x --push --tag ${REGISTRY:-docker.io}/chuot/rdio-scanner:latest .",
"start": "node run",
"update": "node update"
},
"version": "5.0.3"
}