ubid-common 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +87 -82
package/package.json CHANGED
@@ -1,82 +1,87 @@
1
- {
2
- "name": "ubid-common",
3
- "version": "0.1.0",
4
- "description": "Shared credential parsing, rendering, verification, trust, and cryptographic utility components for the UbID ecosystem.",
5
- "keywords": [
6
- "ubid",
7
- "digital-identity",
8
- "verifiable-credentials",
9
- "openid4vci",
10
- "openid4vp",
11
- "sd-jwt",
12
- "mdoc",
13
- "digital-credentials",
14
- "identity",
15
- "verification"
16
- ],
17
- "type": "commonjs",
18
- "main": "./dist/index.js",
19
- "types": "./dist/index.d.ts",
20
- "exports": {
21
- ".": {
22
- "types": "./dist/index.d.ts",
23
- "require": "./dist/index.js",
24
- "default": "./dist/index.js"
25
- }
26
- },
27
- "files": [
28
- "dist"
29
- ],
30
- "license": "MIT",
31
- "repository": {
32
- "type": "git",
33
- "url": "git+https://github.com/paradigma-cl/ubid-common.git"
34
- },
35
- "bugs": {
36
- "url": "https://github.com/paradigma-cl/ubid-common/issues"
37
- },
38
- "homepage": "https://github.com/paradigma-cl/ubid-common#readme",
39
- "engines": {
40
- "node": ">=20.19"
41
- },
42
- "publishConfig": {
43
- "access": "public",
44
- "registry": "https://registry.npmjs.org/"
45
- },
46
- "scripts": {
47
- "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
48
- "build": "npm run clean && tsc",
49
- "typecheck": "tsc --noEmit",
50
- "test": "vitest run --maxWorkers=1",
51
- "test:watch": "vitest",
52
- "prepack": "npm run build"
53
- },
54
- "dependencies": {
55
- "@auth0/mdl": "^2.2.0",
56
- "@sd-jwt/core": "^0.10.0",
57
- "@sd-jwt/sd-jwt-vc": "^0.13.0",
58
- "asn1js": "^3.0.5",
59
- "axios": "^1.20.0",
60
- "buffer": "^6.0.3",
61
- "cose-kit": "^1.7.1",
62
- "jose": "^5.9.6",
63
- "jsonpointer": "^5.0.1",
64
- "pako": "2.1.0",
65
- "pkijs": "^3.2.4",
66
- "uncrypto": "^0.1.3",
67
- "zod": "^3.24.1"
68
- },
69
- "devDependencies": {
70
- "@sd-jwt/types": "^0.10.0",
71
- "@types/node": "^22.20.1",
72
- "@xmldom/xmldom": "^0.9.12",
73
- "typescript": "^5.9.3",
74
- "vitest": "^4.1.10"
75
- },
76
- "overrides": {
77
- "ajv": "8.20.0",
78
- "fast-uri": "3.1.6",
79
- "form-data": "4.0.6",
80
- "follow-redirects": "1.16.0"
81
- }
82
- }
1
+ {
2
+ "name": "ubid-common",
3
+ "version": "0.1.1",
4
+ "description": "Shared credential parsing, rendering, verification, trust, and cryptographic utility components for the UbID ecosystem.",
5
+ "keywords": [
6
+ "ubid",
7
+ "digital-identity",
8
+ "verifiable-credentials",
9
+ "openid4vci",
10
+ "openid4vp",
11
+ "sd-jwt",
12
+ "mdoc",
13
+ "digital-credentials",
14
+ "identity",
15
+ "verification"
16
+ ],
17
+ "type": "commonjs",
18
+ "main": "./dist/index.js",
19
+ "types": "./dist/index.d.ts",
20
+ "exports": {
21
+ ".": {
22
+ "types": "./dist/index.d.ts",
23
+ "require": "./dist/index.js",
24
+ "default": "./dist/index.js"
25
+ },
26
+ "./dist/*": {
27
+ "types": "./dist/*.d.ts",
28
+ "require": "./dist/*.js",
29
+ "default": "./dist/*.js"
30
+ }
31
+ },
32
+ "files": [
33
+ "dist"
34
+ ],
35
+ "license": "MIT",
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/paradigma-cl/ubid-common.git"
39
+ },
40
+ "bugs": {
41
+ "url": "https://github.com/paradigma-cl/ubid-common/issues"
42
+ },
43
+ "homepage": "https://github.com/paradigma-cl/ubid-common#readme",
44
+ "engines": {
45
+ "node": ">=20.19"
46
+ },
47
+ "publishConfig": {
48
+ "access": "public",
49
+ "registry": "https://registry.npmjs.org/"
50
+ },
51
+ "scripts": {
52
+ "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"",
53
+ "build": "npm run clean && tsc",
54
+ "typecheck": "tsc --noEmit",
55
+ "test": "vitest run --maxWorkers=1",
56
+ "test:watch": "vitest",
57
+ "prepack": "npm run build"
58
+ },
59
+ "dependencies": {
60
+ "@auth0/mdl": "^2.2.0",
61
+ "@sd-jwt/core": "^0.10.0",
62
+ "@sd-jwt/sd-jwt-vc": "^0.13.0",
63
+ "asn1js": "^3.0.5",
64
+ "axios": "^1.20.0",
65
+ "buffer": "^6.0.3",
66
+ "cose-kit": "^1.7.1",
67
+ "jose": "^5.9.6",
68
+ "jsonpointer": "^5.0.1",
69
+ "pako": "2.1.0",
70
+ "pkijs": "^3.2.4",
71
+ "uncrypto": "^0.1.3",
72
+ "zod": "^3.24.1"
73
+ },
74
+ "devDependencies": {
75
+ "@sd-jwt/types": "^0.10.0",
76
+ "@types/node": "^22.20.1",
77
+ "@xmldom/xmldom": "^0.9.12",
78
+ "typescript": "^5.9.3",
79
+ "vitest": "^4.1.10"
80
+ },
81
+ "overrides": {
82
+ "ajv": "8.20.0",
83
+ "fast-uri": "3.1.6",
84
+ "form-data": "4.0.6",
85
+ "follow-redirects": "1.16.0"
86
+ }
87
+ }