|
|
@@ -4,11 +4,19 @@
|
|
|
"author": "Solana Maintainers <maintainers@solana.foundation>",
|
|
|
"repository": "https://github.com/solana-labs/wallet-adapter",
|
|
|
"license": "Apache-2.0",
|
|
|
- "type": "module",
|
|
|
- "sideEffects": false,
|
|
|
+ "publishConfig": {
|
|
|
+ "access": "public"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "lib",
|
|
|
+ "src",
|
|
|
+ "LICENSE"
|
|
|
+ ],
|
|
|
"engines": {
|
|
|
"node": ">=16"
|
|
|
},
|
|
|
+ "type": "module",
|
|
|
+ "sideEffects": false,
|
|
|
"main": "./lib/cjs/index.js",
|
|
|
"module": "./lib/esm/index.js",
|
|
|
"types": "./lib/types/index.d.ts",
|
|
|
@@ -17,14 +25,6 @@
|
|
|
"import": "./lib/esm/index.js",
|
|
|
"types": "./lib/types/index.d.ts"
|
|
|
},
|
|
|
- "files": [
|
|
|
- "lib",
|
|
|
- "src",
|
|
|
- "LICENSE"
|
|
|
- ],
|
|
|
- "publishConfig": {
|
|
|
- "access": "public"
|
|
|
- },
|
|
|
"scripts": {
|
|
|
"clean": "shx mkdir -p lib && shx rm -rf lib",
|
|
|
"package": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
|