rdio-scanner/package.json
2020-12-07 08:20:50 -05:00

15 lines
589 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 docker.io/chuot/rdio-scanner:latest .",
"start": "node run",
"update": "node update"
},
"version": "4.8.3"
}