|
2 | 2 | "name": "@dashlane/cli",
|
3 | 3 | "version": "6.2416.0",
|
4 | 4 | "description": "Manage your Dashlane vault through a CLI tool",
|
5 |
| - "main": "dist/index.js", |
6 |
| - "types": "dist/index.d.ts", |
| 5 | + "type": "module", |
| 6 | + "main": "dist/index.cjs", |
7 | 7 | "bin": {
|
8 |
| - "dcli": "dist/index.js" |
| 8 | + "dcli": "dist/index.cjs" |
9 | 9 | },
|
10 | 10 | "pkg": {
|
11 | 11 | "assets": [
|
|
22 | 22 | "watch": "tsc --watch",
|
23 | 23 | "lint": "eslint src",
|
24 | 24 | "format": "prettier --write src && eslint --fix src",
|
25 |
| - "start": "node dist", |
| 25 | + "start": "node dist/index.cjs", |
26 | 26 | "pkg:linux": "pkg . -t node18-linux-x64 -o bundle/dcli-linux -C GZip --public --public-packages tslib,thirty-two --no-bytecode",
|
27 | 27 | "pkg:macos": "pkg . -t node18-macos-x64 -o bundle/dcli-macos -C GZip --public --public-packages tslib,thirty-two --no-bytecode",
|
28 | 28 | "pkg:macos-arm": "pkg . -t node18-macos-arm64 -o bundle/dcli-macos-arm -C GZip --public --public-packages tslib,thirty-two --no-bytecode",
|
|
59 | 59 | "@typescript-eslint/eslint-plugin": "^7.8.0",
|
60 | 60 | "@typescript-eslint/parser": "^7.8.0",
|
61 | 61 | "@yao-pkg/pkg": "^5.11.5",
|
62 |
| - "chai": "^4.4.1", |
| 62 | + "chai": "^5.1.1", |
63 | 63 | "esbuild": "^0.21.2",
|
64 | 64 | "eslint": "^8.57.0",
|
65 | 65 | "eslint-config-prettier": "^9.1.0",
|
|
78 | 78 | "@node-rs/argon2": "^1.8.3",
|
79 | 79 | "better-sqlite3": "^10.0.0",
|
80 | 80 | "commander": "^12.0.0",
|
81 |
| - "got": "^11.8.6", |
82 |
| - "inquirer": "^9.2.20", |
| 81 | + "got": "^14.2.1", |
| 82 | + "inquirer": "^9.2.21", |
83 | 83 | "inquirer-search-list": "^1.2.6",
|
84 | 84 | "jsonpath-plus": "^9.0.0",
|
85 | 85 | "node-mac-auth": "^1.0.0",
|
|
0 commit comments