-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 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
{
"name": "@libertech-fr/teaket",
"version": "0.0.1",
"repository": "https://github.com/Libertech-FR/teaket.git",
"contributors": [
{
"name": "Libertech",
"email": "contact@libertech.fr",
"url": "https://libertech.fr"
},
{
"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": "MIT",
"private": true,
"workspaces": [
"service",
"app",
"common"
],
"dependencies": {
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"radash": "^11.0.0",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.2"
}
}