-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "mon-aide-cyber",
"version": "0.0.0",
"description": "MonAideCyber",
"repository": {
"type": "git",
"url": "git@github.com:betagouv/mon-aide-cyber.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/betagouv/mon-aide-cyber/issues"
},
"homepage": "https://github.com/betagouv/mon-aide-cyber#readme",
"workspaces": [
"mon-aide-cyber-api",
"mon-aide-cyber-ui"
],
"scripts": {
"test": "npm run test --workspaces",
"test:watch": "npm run test:watch --workspaces",
"build": "npm run build --workspaces",
"start": "npm run start -w mon-aide-cyber-api",
"format:verifie": "npx prettier --config=./.prettierrc.json -c mon-aide-cyber-api mon-aide-cyber-ui",
"format:corrige": "npx prettier --config=./.prettierrc.json -w mon-aide-cyber-api mon-aide-cyber-ui"
},
"dependencies": {
"typescript": "^5.1.3",
"vite": "^5.4.14"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/cookies": "^0.7.10",
"@vitest/ui": "^2.1.1",
"prettier": "^3.3.2",
"vitest": "^2.1.9"
}
}