We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5b76b commit 75b4cb9Copy full SHA for 75b4cb9
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "@metamask/vault-decryptor",
3
"version": "1.0.0",
4
- "private": true,
5
"description": "Utility for decrypting MetaMask vault data",
6
"main": "index.js",
+ "files": [
7
+ "dist"
8
+ ],
9
"scripts": {
10
"start": "beefy index.js:bundle.js --live --open",
11
"test": "jest && jest-it-up",
@@ -72,5 +74,9 @@
72
74
"engines": {
73
75
"node": ">=18.0.0"
76
},
- "packageManager": "yarn@3.4.1"
77
+ "packageManager": "yarn@3.4.1",
78
+ "publishConfig": {
79
+ "access": "public",
80
+ "registry": "https://registry.npmjs.org/"
81
+ }
82
}
0 commit comments