-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 857 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
{
"name": "faturas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dck:build:app" : "cd app && npm run dck:img",
"dck:build:api" : "cd api && npm run dck:img",
"dck:build" : "npm run dck:build:app && npm run dck:build:api",
"deps:api" : "cd api && npm install --silent",
"deps:app" : "cd app && npm install --silent",
"deps" : "npm run deps:app && npm run deps:api",
"dck:compose" : "npm run dck:build && docker compose up -d",
"dck:composev2" : "npm run dck:build && docker-compose up -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MateusNGF/invoices.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MateusNGF/invoices/issues"
},
"homepage": "https://github.com/MateusNGF/invoices#readme"
}