-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@libertech-fr/sesame-orchestrator",
"version": "2.1.11",
"description": "Synchronisation d'Identités Multi-sources",
"private": true,
"contributors": [
{
"name": "Libertech",
"email": "contact@libertech.fr",
"url": "https://libertech.fr"
},
{
"name": "AlainAbbas",
"email": "alain.abbas@users.noreply.github.com"
},
{
"name": "RICHARD-Quentin",
"email": "richard.quentin88@gmail.com",
"url": "https://github.com/RICHARD-Quentin"
},
{
"name": " tacxou",
"email": "12997062+tacxou@users.noreply.github.com",
"url": "https://github.com/tacxou"
}
],
"license": "GPL-3.0-only",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"start:dev": "turbo run start:dev",
"start:prod": "turbo run start:prod",
"start:debug": "turbo run start:debug",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"console": "yarn workspace @libertech-fr/sesame-orchestrator_api console"
},
"devDependencies": {
"turbo": "^2.3.3"
},
"packageManager": "yarn@1.22.19"
}