mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
16 lines
698 B
JSON
16 lines
698 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 --tag docker.io/chuot/rdio-scanner:latest .",
|
|
"start": "node run",
|
|
"update": "node update"
|
|
},
|
|
"version": "4.6.3"
|
|
}
|