-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1022 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 1022 Bytes
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
{
"name": "opencti",
"packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7",
"devDependencies": {
"nx": "22.6.2"
},
"scripts": {
"deps": "nx run-many --tuiAutoExit --target install",
"dev": "nx run-many --target dev",
"build": "nx run-many --tuiAutoExit --target build",
"test": "nx run-many --tuiAutoExit --target test,e2e",
"lint": "nx run-many --tuiAutoExit --target lint",
"graphql": "nx run-many --tuiAutoExit --target graphql",
"with-python-venv": "node scripts/with_python_virtual_env.mjs",
"deps:venv": "yarn with-python-venv yarn deps",
"build:venv": "yarn with-python-venv yarn build",
"dev:venv": "yarn with-python-venv yarn dev",
"test:venv": "yarn with-python-venv yarn test",
"renovate:dry-run": "LOG_LEVEL=debug yarn dlx renovate --dry-run --platform=local"
},
"dependenciesMeta": {
"nx": {
"built": false
}
}
}