diff --git a/deploy/docker/package.json b/deploy/docker/package.json new file mode 100644 index 00000000..82d2a4e3 --- /dev/null +++ b/deploy/docker/package.json @@ -0,0 +1,11 @@ +{ + "name": "compose", + "version": "1.0.0", + "description": "GAIA setup for storing NFT and Ordinals data", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}