-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.03 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
{
"name": "jecris_app",
"version": "1.0.0",
"description": "Une application dédiée aux écrivains amateurs, mais aussi pour les lecteurs ambitieux.",
"private": true,
"scripts": {
"dev:client": "pnpm --filter jecris_app-client dev",
"dev:server": "pnpm --filter jecris_app-server dev",
"dev": "concurrently \"pnpm dev:client\" \"pnpm dev:server\"",
"build": "pnpm --filter jecris_app-client build && pnpm --filter jecris_app-server build",
"clean": "rm -rf node_modules pnpm-lock.yaml && pnpm install"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@types/node": "^22.13.1",
"concurrently": "^8.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mazlum123/jecris_app.git"
},
"keywords": [
"Typescript",
"ZOD",
"Zustand",
"React",
"Drizzle"
],
"author": "Mazlum Morcicek",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mazlum123/jecris_app/issues"
},
"homepage": "https://github.com/Mazlum123/jecris_app#readme"
}