-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.17 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
46
47
48
49
{
"name": "deepiri",
"version": "1.0.0",
"description": "Deepiri - AI-Powered Task Management Platform",
"private": true,
"workspaces": [
"platform-services/backend/*",
"platform-services/shared/deepiri-shared-utils",
"deepiri-core-api",
"deepiri-web-frontend"
],
"scripts": {
"install:all": "npm install",
"install:services": "npm install --workspace=platform-services/backend/*",
"install:shared": "npm install --workspace=platform-services/shared/deepiri-shared-utils",
"fix-deps": "bash scripts/fix-dependencies.sh"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/your-org/deepiri.git"
},
"keywords": [
"ai",
"task-management",
"microservices",
"nodejs",
"python"
],
"author": "",
"license": "MIT",
"BUILD_TIMESTAMP": "1763293844",
"devDependencies": {
"node-notifier": "^10.0.1"
},
"overrides": {
"node-notifier": "^10.0.1",
"@jest/reporters": {
"node-notifier": "^10.0.1"
}
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.53.3"
},
"packageManager": "yarn@4.12.0"
}