|
32 | 32 | },
|
33 | 33 | "license": "MIT",
|
34 | 34 | "devDependencies": {
|
| 35 | + "@bufbuild/buf": "^1.37.0", |
| 36 | + "@bufbuild/protoc-gen-es": "^2.0.0", |
35 | 37 | "@eslint/js": "^9.9.0",
|
36 | 38 | "@types/eslint__js": "^8.42.3",
|
37 |
| - "@types/node": "^20.4.5", |
| 39 | + "@types/node": "^20.16.1", |
38 | 40 | "bluebird": "^3.5.3",
|
39 | 41 | "eslint": "^8.57.0",
|
40 | 42 | "eslint-plugin-jest": "^28.6.0",
|
|
46 | 48 | "typescript-eslint": "^8.2.0"
|
47 | 49 | },
|
48 | 50 | "dependencies": {
|
49 |
| - "@bufbuild/buf": "^1.37.0", |
| 51 | + "@aws-sdk/client-kms": "^3.637.0", |
| 52 | + "@azure/identity": "^4.4.1", |
| 53 | + "@azure/keyvault-keys": "^4.8.0", |
50 | 54 | "@bufbuild/protobuf": "^2.0.0",
|
51 |
| - "@bufbuild/protoc-gen-es": "^2.0.0", |
52 | 55 | "@criteria/json-schema": "^0.10.0",
|
53 | 56 | "@criteria/json-schema-validation": "^0.10.0",
|
| 57 | + "@google-cloud/kms": "^4.5.0", |
54 | 58 | "@hackbg/miscreant-esm": "^0.3.2-patch.3",
|
55 | 59 | "@mapbox/node-pre-gyp": "^1.0.11",
|
| 60 | + "@smithy/types": "^3.3.0", |
56 | 61 | "@types/validator": "^13.12.0",
|
57 | 62 | "ajv": "^8.17.1",
|
58 | 63 | "async-mutex": "^0.5.0",
|
59 | 64 | "avsc": "^5.7.7",
|
60 | 65 | "axios": "^1.7.3",
|
61 | 66 | "bindings": "^1.3.1",
|
62 | 67 | "json-stringify-deterministic": "^1.0.12",
|
| 68 | + "jsonata": "^2.0.5", |
63 | 69 | "lru-cache": "^11.0.0",
|
64 |
| - "miscreant": "^0.3.2", |
65 | 70 | "nan": "^2.17.0",
|
| 71 | + "node-vault": "^0.10.2", |
66 | 72 | "ts-jest": "^29.2.4",
|
67 | 73 | "validator": "^13.12.0"
|
68 | 74 | },
|
|
0 commit comments