Files
pockethost/packages/pockethost-instance/package.json
2024-06-05 11:16:48 -07:00

13 lines
303 B
JSON

{
"name": "pockethost-instance",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "docker build . -t benallfree/pockethost-instance:${npm_package_version} -t benallfree/pockethost-instance:latest"
},
"keywords": [],
"author": "",
"license": "ISC"
}