rdio-scanner/package.json
2021-08-03 14:12:53 -04:00

18 lines
660 B
JSON

{
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
"engines": {
"node": ">=14.0"
},
"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 --push --tag ${REGISTRY:-docker.io}/chuot/rdio-scanner:latest .",
"start": "node run",
"update": "node update"
},
"type": "module",
"version": "5.2.2"
}