{"_id":"@aarc-dev/solana-connector","name":"@aarc-dev/solana-connector","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@aarc-dev/solana-connector","version":"0.1.0","type":"module","scripts":{"dev":"vite","build":"tsc -b && vite build","lint":"eslint .","preview":"vite preview","build:watch":"tsc -w"},"dependencies":{"@solana/wallet-adapter-base":"^0.9.23","@solana/wallet-adapter-react":"^0.15.35","@solana/wallet-adapter-react-ui":"^0.9.35","@solana/web3.js":"^1.95.2","bs58":"^6.0.0","buffer":"^6.0.3","ethers":"^6.13.2"},"peerDependencies":{"@aarc-xyz/fund-kit-widget":"workspace:*","@tanstack/react-query":"^5.28.4","react":"18.3.1","react-dom":"18.3.1"},"devDependencies":{"@esbuild-plugins/node-globals-polyfill":"^0.2.3","@eslint/js":"9.8.0","@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-replace":"^5.0.5","@types/react":"18.3.3","@types/react-dom":"18.3.0","@vitejs/plugin-react":"4.3.1","eslint":"9.8.0","eslint-plugin-react-hooks":"5.1.0-rc.0","eslint-plugin-react-refresh":"0.4.9","globals":"15.9.0","typescript":"5.5.3","typescript-eslint":"8.0.0","vite":"5.4.0","vite-plugin-dts":"^3.7.3"},"exports":{".":{"import":"./dist/index.js","require":"./dist/index.js"},"./styles.css":"./dist/style.css"},"main":"./dist/index.js","module":"./dist/index.js","types":"./dist/index.d.ts","_id":"@aarc-dev/solana-connector@0.1.0","gitHead":"4e66865604a5cbc0890d9a58e8a09db70c58516c","description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","_nodeVersion":"18.18.2","_npmVersion":"10.8.1","dist":{"integrity":"sha512-3rnAcLgUXx8cDkPpLHwt+awzmlEGeMmp2o9auq82/QlxeTM9TdLRiUa3w4eMLOjttvQXHUc6IlhWab3eRHNAlA==","shasum":"e9d312991be9e2b8cb59066081c0778ab7bfa801","tarball":"https://registry.npmjs.org/@aarc-dev/solana-connector/-/solana-connector-0.1.0.tgz","fileCount":6,"unpackedSize":51176,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2JveYn9oXpn9EpYN46MCgEyRltlB0+wT75ZkzzBKCnQIgQf4WvFGtVz8bFiA1UQrPYwaSO+Qp2DeSdyEcOvhGA3Y="}]},"_npmUser":{"name":"adarsh-aarc","email":"adarsh@aarc.xyz"},"directories":{},"maintainers":[{"name":"adarsh-aarc","email":"adarsh@aarc.xyz"},{"name":"nimit14","email":"nimit@aarc.xyz"},{"name":"shubsataarc","email":"shubham@aarc.xyz"},{"name":"anshul-aarc","email":"anshul@aarc.xyz"},{"name":"talhamalikaarcxyz","email":"talha@aarc.xyz"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/solana-connector_0.1.0_1727154819644_0.22028075704830608"},"_hasShrinkwrap":false}},"time":{"created":"2024-09-24T05:13:39.543Z","0.1.0":"2024-09-24T05:13:39.862Z","modified":"2024-09-24T05:13:40.207Z"},"maintainers":[{"name":"adarsh-aarc","email":"adarsh@aarc.xyz"},{"name":"nimit14","email":"nimit@aarc.xyz"},{"name":"shubsataarc","email":"shubham@aarc.xyz"},{"name":"anshul-aarc","email":"anshul@aarc.xyz"},{"name":"talhamalikaarcxyz","email":"talha@aarc.xyz"}],"description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","readme":"# React + TypeScript + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type aware lint rules:\n\n- Configure the top-level `parserOptions` property like this:\n\n```js\nexport default tseslint.config({\n  languageOptions: {\n    // other options...\n    parserOptions: {\n      project: ['./tsconfig.node.json', './tsconfig.app.json'],\n      tsconfigRootDir: import.meta.dirname,\n    },\n  },\n})\n```\n\n- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`\n- Optionally add `...tseslint.configs.stylisticTypeChecked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:\n\n```js\n// eslint.config.js\nimport react from 'eslint-plugin-react'\n\nexport default tseslint.config({\n  // Set the react version\n  settings: { react: { version: '18.3' } },\n  plugins: {\n    // Add the react plugin\n    react,\n  },\n  rules: {\n    // other rules...\n    // Enable its recommended rules\n    ...react.configs.recommended.rules,\n    ...react.configs['jsx-runtime'].rules,\n  },\n})\n```\n","readmeFilename":"README.md"}