-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.53 KB
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
{
"name": "open-wallet",
"private": true,
"description": "1Shot API Open Wallet Standard (OWS) — reference implementation monorepo",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"build": "npm run build -w @1shotapi/ows-types && npm run build --workspaces --if-present",
"clean": "npm run clean --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"dev:general-wallet": "npm run dev -w @1shotapi/ows-example-general-wallet",
"dev:credential-issuer": "npm run dev -w @1shotapi/ows-example-credential-issuer",
"dev:credential-verifier": "npm run dev -w @1shotapi/ows-example-credential-verifier",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "npm run build && changeset publish",
"doctor": "npx react-doctor@latest"
},
"devDependencies": {
"@changesets/cli": "^2.29.0",
"@types/node": "^22.19.0",
"react-doctor": "^0.9.1",
"typescript": "~5.8.0"
},
"engines": {
"node": ">=22"
},
"overrides": {
"keyv": "4.5.4",
"flat-cache": "4.0.1",
"file-entry-cache": "8.0.0",
"cacheable": "2.5.0",
"cacheable-request": "13.0.19",
"@cacheable/memory": "2.2.0",
"@cacheable/utils": "2.5.0",
"@cacheable/node-cache": "3.1.1",
"@cacheable/net": "2.1.0",
"cache-manager": "7.2.9",
"ecto": "5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/1Shot-API/open-wallet.git"
},
"license": "MIT"
}