-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "didcomm-messaging-clients-utilities",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run test --workspaces",
"build": "npm run build --workspaces",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "npm run lint --workspaces"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@jest/globals": "^29.7.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"axios-mock-adapter": "^2.1.0",
"babel-jest": "^29.7.0",
"eslint": "^9.13.0",
"jest": "^29.7.0",
"jest-mock-axios": "^4.7.3",
"jsonc-eslint-parser": "^2.4.0",
"nock": "^13.5.5",
"prettier": "^3.3.3",
"typescript": "5.6.3",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.1.4"
},
"workspaces": [
"libs/did-resolver-lib",
"libs/message-handler"
],
"dependencies": {
"base64url": "^3.0.1",
"uuid": "^11.0.2",
"uuidv4": "^6.2.13"
}
}