-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 823 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "django-backend-background",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./node_modules/.bin/pm2 start ecosystem.config.json",
"list": "node ./node_modules/.bin/pm2 list",
"kill": "node ./node_modules/.bin/pm2 kill",
"status": "node ./node_modules/.bin/pm2 status",
"logs": "node ./node_modules/.bin/pm2 logs --lines 100"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auto-ave/django-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/auto-ave/django-backend/issues"
},
"homepage": "https://www.autoave.in",
"dependencies": {
"pm2": "^5.1.2"
}
}