-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 996 Bytes
/
package.json
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
27
28
29
30
31
{
"name": "jamia.io",
"version": "1.0.0",
"description": "Application for managing your Jamia.",
"scripts": {
"prebuild": "npm run compile",
"build": "npm run build:docker",
"build:docker": "docker-compose build",
"build:docker:dev": "docker-compose -f docker-compose.dev.yml build",
"prestart:docker": "docker-compose down",
"start:docker": "docker-compose up -d && docker-compose logs -f",
"prestart:docker:dev": "docker-compose -f docker-compose.dev.yml down",
"start:docker:dev": "docker-compose -f docker-compose.dev.yml up -d && docker-compose logs -f"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ermin-muratovic/jamia.io.git"
},
"keywords": [
"jamia",
"dzemat",
"manager",
"accounting"
],
"author": "Ermin Muratovic",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ermin-muratovic/jamia.io/issues"
},
"homepage": "https://github.com/ermin-muratovic/jamia.io#readme"
}