-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "wallet-vc-libs",
"private": true,
"version": "1.0.0",
"description": "",
"scripts": {
"test": "npm run test --workspaces",
"build": "npm run build --workspaces",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint packages/** --ext .ts --no-error-on-unmatched-pattern",
"lint:fix": "eslint --fix packages/** --ext .ts --no-error-on-unmatched-pattern"
},
"keywords": [],
"workspaces": [
"packages/cloning-decorator",
"packages/status-service",
"packages/storage",
"packages/event-bus",
"packages/contact-service",
"packages/didcomm",
"packages/contact-exchange",
"packages/multiple-did-identities",
"packages/qr-scanner",
"packages/multiple-did-identities",
"packages/usePWA",
"packages/message-service"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.8.0",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^8.57.1",
"jsonc-eslint-parser": "^2.4.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "5.5.4"
}
}