|
23 | 23 | "lint": "eslint src",
|
24 | 24 | "format": "prettier --write src && eslint --fix src",
|
25 | 25 | "start": "node dist/index.cjs",
|
26 |
| - "pkg:linux": "pkg . -t node18-linux-x64 -o bundle/dcli-linux -C GZip --public --public-packages tslib,thirty-two --no-bytecode", |
27 |
| - "pkg:macos": "pkg . -t node18-macos-x64 -o bundle/dcli-macos -C GZip --public --public-packages tslib,thirty-two --no-bytecode", |
28 |
| - "pkg:macos-arm": "pkg . -t node18-macos-arm64 -o bundle/dcli-macos-arm -C GZip --public --public-packages tslib,thirty-two --no-bytecode", |
29 |
| - "pkg:win": "pkg . -t node18-win-x64 -o bundle/dcli-win.exe -C GZip --public --public-packages tslib,thirty-two --no-bytecode", |
| 26 | + "pkg:linux": "pkg . -t node18-linux-x64 -o bundle/dcli-linux -C GZip --public --public-packages tslib,thirty-two,node-hkdf-sync,vows --no-bytecode", |
| 27 | + "pkg:macos": "pkg . -t node18-macos-x64 -o bundle/dcli-macos -C GZip --public --public-packages tslib,thirty-two,node-hkdf-sync,vows --no-bytecode", |
| 28 | + "pkg:macos-arm": "pkg . -t node18-macos-arm64 -o bundle/dcli-macos-arm -C GZip --public --public-packages tslib,thirty-two,node-hkdf-sync,vows --no-bytecode", |
| 29 | + "pkg:win": "pkg . -t node18-win-x64 -o bundle/dcli-win.exe -C GZip --public --public-packages tslib,thirty-two,node-hkdf-sync,vows --no-bytecode", |
30 | 30 | "pkg": "yarn run build && yarn run pkg:linux && yarn run pkg:macos && yarn run pkg:win",
|
31 | 31 | "version:bump": "ts-node src/bumpVersion.ts",
|
32 | 32 | "prepare": "husky",
|
|
40 | 40 | "contributors": [],
|
41 | 41 | "license": "Apache-2.0",
|
42 | 42 | "nativeDependencies": {
|
| 43 | + "@dashlane/nsm-attestation": "*", |
43 | 44 | "better-sqlite3": "*",
|
44 | 45 | "@json2csv/plainjs": "*",
|
45 | 46 | "@json2csv/transforms": "*",
|
|
54 | 55 | "@types/better-sqlite3": "^7.6.10",
|
55 | 56 | "@types/chai": "^4.3.16",
|
56 | 57 | "@types/inquirer": "^9.0.7",
|
| 58 | + "@types/libsodium-wrappers": "^0", |
57 | 59 | "@types/mocha": "^10.0.6",
|
58 | 60 | "@types/node": "^18.19.33",
|
59 | 61 | "@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
71 | 73 | "typescript": "^5.4.5"
|
72 | 74 | },
|
73 | 75 | "dependencies": {
|
| 76 | + "@dashlane/nsm-attestation": "^1.0.1", |
74 | 77 | "@json2csv/plainjs": "^7.0.6",
|
75 | 78 | "@json2csv/transforms": "^7.0.6",
|
76 | 79 | "@napi-rs/clipboard": "^1.1.2",
|
77 | 80 | "@napi-rs/keyring": "^1.1.6",
|
78 | 81 | "@node-rs/argon2": "^1.8.3",
|
| 82 | + "ajv": "^8.13.0", |
| 83 | + "ajv-formats": "^3.0.1", |
79 | 84 | "better-sqlite3": "^10.0.0",
|
80 | 85 | "commander": "^12.0.0",
|
81 | 86 | "got": "^14.2.1",
|
82 | 87 | "inquirer": "^9.2.21",
|
83 | 88 | "inquirer-search-list": "^1.2.6",
|
84 | 89 | "jsonpath-plus": "^9.0.0",
|
| 90 | + "libsodium-wrappers": "^0.7.13", |
85 | 91 | "node-mac-auth": "^1.0.0",
|
86 | 92 | "otplib": "^12.0.1",
|
87 | 93 | "playwright-core": "^1.44.0",
|
|
0 commit comments