forked from ballerine-io/ballerine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.21 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
{
"name": "ballerine-monorepo",
"author": "Ballerine.io",
"description": "Ballerine is an open-source infrastructure for user identity and risk management. Compose verification processes for any vertical and geography using modular building blocks, components, and 3rd party integrations.",
"private": false,
"version": "0.1.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ballerine-io/ballerine"
},
"keywords": [
"ballerine",
"fintech",
"risk",
"verification",
"authentication",
"authorization",
"auth",
"service",
"identity",
"kyc",
"kyb"
],
"scripts": {
"format": "nx run-many --target=format",
"lint": "nx run-many --target=lint",
"lint:fix": "nx run-many --target=lint:fix",
"test": "nx run-many --target=test",
"test:e2e": "nx run-many --target=test:e2e",
"dev": "nx run-many --target=dev --projects=@ballerine/web-sdk",
"start": "nx run-many --target=start --projects=@ballerine/web-sdk",
"build": "nx run-many --target=build",
"web-sdk:dev": "nx run @ballerine/web-sdk:dev",
"web-sdk:start": "nx run @ballerine/web-sdk:start",
"web-sdk:build": "nx run @ballerine/web-sdk:build",
"web-sdk:example": "nx run @ballerine/web-sdk:example",
"web-sdk:lint": "nx run @ballerine/web-sdk:lint",
"web-sdk:lint:fix": "nx run @ballerine/web-sdk:lint:fix",
"web-sdk:format": "nx run @ballerine/web-sdk:format",
"backoffice:dev": "echo \"Error: no test specified\" && exit 1",
"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",
"prepare": "husky install",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm build && changeset publish"
},
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@changesets/changelog-git": "^0.1.13",
"@changesets/cli": "^2.25.0",
"cz-conventional-changelog": "^3.3.0",
"commitizen": "^4.2.5",
"editorconfig": "^1.0.1",
"husky": "^8.0.1",
"nx": "15.0.2",
"prettier": "^2.7.1"
}
}