API/api.medcify.app/node_modules/pm2/lib/templates/sample-apps/python-app/package.json

12 lines
260 B
JSON
Raw Permalink Normal View History

2022-09-26 06:11:44 +00:00
{
"name": "python-app",
"version": "1.0.0",
"description": "Example on how to manage a Python application with PM2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}