mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 20:53:16 +10:00
14 lines
470 B
JSON
14 lines
470 B
JSON
{
|
|
"author": "Jackson Delahunt <jackson@stemn.com>",
|
|
"description": "Desktop Development Environment",
|
|
"license": "MIT",
|
|
"name": "development-environment",
|
|
"private": false,
|
|
"repository": "http://github.com/sabrehagen/development-environment",
|
|
"scripts": {
|
|
"build": "docker build -t sabrehagen/development-environment:latest .",
|
|
"push": "docker push sabrehagen/development-environment:latest",
|
|
"shell": "sh shell.sh"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|