-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.01 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.01 KB
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": "bune-cms",
"version": "0.0.1",
"description": "Bune CMS Backend with Nestjs GraphQL microservices",
"scripts": {
"env": "sh ./scripts/setup-env.sh",
"libs-i":"sh ./scripts/link-libs.sh",
"bune-i": "bun run libs-i && sh ./scripts/install.sh",
"bune-lint": "sh ./scripts/lint.sh",
"bune-build": "sh ./scripts/build.sh",
"docker:build": "docker-compose build",
"docker:start": "docker-compose up -d",
"docker:dev": "docker-compose -f docker-compose-dev.yaml up -d",
"docker:down": "docker-compose down",
"start": "bun run install && bun run lint && bun run build && bun run docker:build && bun run docker:start"
},
"repository": {
"type": "git",
"url": "https://github.com/devhoangkien/bune-cms.git"
},
"author": "Devhoangkien <devhoangkien@gmail.com> (https://github.com/devhoangkien)",
"license": "MIT",
"bugs": {
"url": "https://github.com/devhoangkien/bune-cms.git/issues"
},
"homepage": "https://github.com/devhoangkien/bune-cms.git#readme"
}