yuanhung yeh
2020-10-27 5b98e9857d5081c30fcef0206c38f384dc542514
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "webapi",
  "version": "1.0.0",
  "description": "newbie",
  "main": "index.js",
  "scripts": {
    "initproj": "touch app/app.py .gitignore README.md requirements.txt",
    "install": "python3 -m pip install Flask==1.1.1 --user &&  python3 -m pip install autoenv==1.0.0",
    "pack": "python3 -m pip freeze > requirements.txt",
    "service":"gunicorn --bind 0.0.0.0:5000 wsgi:app",
    "docker": "docker build -t g3d .",
    "app": "python3 app.py",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}