forked from azimuttapp/azimutt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.36 KB
/
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
32
33
34
35
36
37
38
39
40
{
"name": "azimutt",
"version": "2.0.0",
"description": "Next-Gen ERD: Design, Explore, Document and Analyze your database.",
"keywords": [
"erd",
"entity-relationship diagram",
"database tool",
"database schema",
"diagram"
],
"homepage": "https://azimutt.app",
"author": {
"name": "Loïc Knuchel",
"email": "[email protected]",
"url": "https://loicknuchel.fr"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/azimuttapp/azimutt.git"
},
"bugs": {
"url": "https://github.com/azimuttapp/azimutt/issues"
},
"scripts": {
"setup": "pnpm install && pnpm -r --if-present run setup",
"start": "pnpm --parallel --filter \"@azimutt/gateway\" --filter \"azimutt-backend\" --filter \"azimutt-editor\" run start",
"test": "pnpm -r run test",
"format": "pnpm -r run format",
"lint": "pnpm -r run lint",
"build": "pnpm --filter=!\"./desktop\" -r run build",
"update": "pnpm -r update && pnpm install && pnpm -r --if-present run update",
"build:docker": "pnpm install && pnpm --filter \"azimutt-backend\" run setup && pnpm --filter \"@azimutt/*\" run build:docker && pnpm --filter \"azimutt-editor\" run build:docker"
},
"engines": {
"pnpm": "9.4.0"
},
"packageManager": "[email protected]+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
}