-
Notifications
You must be signed in to change notification settings - Fork 195
/
package.json
98 lines (98 loc) · 5.37 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "ballerine-monorepo",
"author": "Ballerine <dev@ballerine.com>",
"description": "Open-Source Rules & Workflow Engine for User Identity and Risk Decisioning",
"private": false,
"version": "0.4.0",
"main": "index.js",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ballerine-io/ballerine"
},
"keywords": [
"ballerine",
"fintech",
"risk",
"verification",
"authentication",
"authorization",
"auth",
"service",
"identity",
"kyc",
"kyb"
],
"scripts": {
"spellcheck": "nx run-many --target=spellcheck",
"monorepo:init": "node ./scripts/init.js",
"kyc-manual-review-example": "nx run @ballerine/common:build && nx run @ballerine/workflows-service:setup && cross-env VITE_POLLING_INTERVAL=3 VITE_EXAMPLE_TYPE=kyc VITE_API_KEY=secret concurrently \"nx run @ballerine/workflows-service:dev\" \"wait-on http://localhost:3000/api/v1/_health/ready && nx run-many --target=dev --projects=@ballerine/web-ui-sdk,@ballerine/backoffice-v2\"",
"run-kyb-web-apps": "cross-env VITE_POLLING_INTERVAL=3 VITE_EXAMPLE_TYPE=kyb VITE_API_KEY=secret concurrently \"nx run-many --target=dev --projects=@ballerine/kyb-app,@ballerine/backoffice-v2\"",
"kyb-manual-review-example": "nx run @ballerine/common:build && nx run @ballerine/workflows-service:setup && cross-env VITE_POLLING_INTERVAL=3 VITE_EXAMPLE_TYPE=kyb VITE_API_KEY=secret concurrently \"nx run @ballerine/workflows-service:dev\" \"wait-on http://localhost:3000/api/v1/_health/ready && nx run-many --target=dev --projects=@ballerine/kyb-app,@ballerine/backoffice-v2\"",
"api-flow-example": "nx run @ballerine/common:build && nx run @ballerine/workflows-service:setup && cross-env VITE_POLLING_INTERVAL=false VITE_EXAMPLE_TYPE=kyb VITE_API_KEY=secret concurrently \"nx run @ballerine/workflows-service:dev\" \"wait-on http://localhost:3000/api/v1/_health/ready && nx run-many --target=dev --projects=@ballerine/backoffice-v2,@ballerine/workflows-dashboard\"",
"branchlint": "branchlint -u -c",
"format": "nx run-many --target=format",
"format:check": "nx run-many --target=format:check --exclude=@ballerine/backoffice-v2",
"lint": "nx run-many --target=lint --projects=@ballerine/web-ui-sdk,@ballerine/workflows-service,@ballerine/workflow-browser-sdk",
"test": "nx run-many --target=test --exclude=@ballerine/common",
"test:unit": "nx run-many --target=test:unit --exclude=@ballerine/common",
"test:integration": "nx run-many --target=test:integration --exclude=@ballerine/common",
"test:e2e": "nx run-many --target=test:e2e",
"playwright:install": "nx run-many --target=playwright:install",
"dev": "nx run-many --target=dev --projects=@ballerine/workflows-service,@ballerine/backoffice-v2",
"start": "nx run-many --target=start --projects=@ballerine/web-ui-sdk",
"build": "nx run-many --target=build --projects=@ballerine/workflow-browser-sdk,@ballerine/workflow-core,@ballerine/workflow-node-sdk,@ballerine/rules-engine-lib,@ballerine/common,@ballerine/workflows-service,@ballerine/ui,@ballerine/blocks,@ballerine/react-pdf-toolkit",
"web-ui-sdk:dev": "nx run @ballerine/web-ui-sdk:dev",
"web-ui-sdk:start": "nx run @ballerine/web-ui-sdk:start",
"workflows-service:start": "nx run @ballerine/workflows-service:start",
"websocket-service:start": "nx run @ballerine/websocket-service:start",
"workflow-browser-sdk:build": "nx run @ballerine/workflow-browser-sdk:build",
"workflow-browser-sdk:dev": "nx run @ballerine/workflow-browser-sdk:dev",
"workflow-browser-sdk:watch": "nx run @ballerine/workflow-browser-sdk:watch",
"workflow-browser-sdk:clean": "nx run @ballerine/workflow-browser-sdk:clean",
"web-ui-sdk:build": "nx run @ballerine/web-ui-sdk:build",
"web-ui-sdk:example": "nx run @ballerine/web-ui-sdk:example",
"web-ui-sdk:lint": "nx run @ballerine/web-ui-sdk:lint",
"web-ui-sdk:format": "nx run @ballerine/web-ui-sdk:format",
"backoffice:dev": "nx run-many --target=dev --projects=@ballerine/backoffice-v2",
"workflow-builder:dev": "echo \"Error: no test specified\" && exit 1",
"web-ui:dev": "echo \"Error: no test specified\" && exit 1",
"commit": "git add . && git-cz",
"commit:auto": "git add . && node ./scripts/auto-commit.js",
"prepare": "husky install",
"changeset": "changeset",
"version-packages": "changeset version",
"update-packages": "pnpm run changeset && pnpm run version-packages && pnpm install",
"release": "pnpm build && changeset publish",
"upload-sourcemaps": "nx run-many --target=upload-sourcemaps --all",
"cli": "node ./scripts/cli.js",
"docker-compose:up": "docker-compose -f deploy/docker-compose-build.yml up -d "
},
"devDependencies": {
"@branchlint/cli": "^1.0.5",
"@branchlint/default-config": "^1.0.3",
"@changesets/changelog-git": "^0.1.14",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"editorconfig": "^1.0.2",
"husky": "^8.0.3",
"inquirer": "^10.2.0",
"lint-staged": "^11.2.6",
"ngrok": "5.0.0-beta.2",
"nx": "15.0.2",
"prettier": "^2.8.7",
"dotenv": "^16.4.5",
"openai": "^4.70.3"
},
"dependencies": {
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"wait-on": "^7.0.1"
}
}