mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-02 06:53:19 +00:00
13 lines
303 B
JSON
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"
|
|
}
|