-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.32 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
{
"name": "@affinidi-tdk/tdk",
"version": "1.0.9",
"license": "Apache-2.0",
"scripts": {
"build": "nx run-many --verbose --target=build",
"prepare": "husky install",
"create:sample": "./scripts/create-sample.sh"
},
"private": true,
"dependencies": {
"@nx/devkit": "19.3.0",
"tslib": "^2.6.2"
},
"keywords": [
"affinidi-tdk",
"identity",
"holistic",
"network",
"trust"
],
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/eslint": "^19.0.0",
"@nx/eslint-plugin": "^19.0.0",
"@nx/jest": "20.0.8",
"@nx/js": "19.3.0",
"@nx/plugin": "^19.3.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@theunderscorer/nx-semantic-release": "^2.11.0",
"@types/jest": "^29.5.12",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.7.0",
"nx": "^19.0.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "10.9.2",
"typescript": "~5.4.5"
},
"workspaces": [
"libs/*",
"packages/*",
"clients/typescript/*"
]
}