{"_id":"@bbachain/spl-memo","_rev":"2-571230f590631a3422127230d5bf710d","name":"@bbachain/spl-memo","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@bbachain/spl-memo","version":"0.0.1","author":{"name":"BBAChain Maintainers","email":"maintainers@bbachain.net"},"license":"Apache-2.0","_id":"@bbachain/spl-memo@0.0.1","maintainers":[{"name":"bbachain123","email":"bbachain123@gmail.com"},{"name":"peternock","email":"peternock195@gmail.com"}],"homepage":"https://github.com/bbachain/program-library#readme","bugs":{"url":"https://github.com/bbachain/program-library/issues"},"dist":{"shasum":"ef6a66fb6a99dcb84a87bc6134fc135e26d39351","tarball":"https://registry.npmjs.org/@bbachain/spl-memo/-/spl-memo-0.0.1.tgz","fileCount":11,"integrity":"sha512-VejfDcl7CsAXPsNOhQzKXSyx4g31jSFh/DHaB+QZe2EevWaJLqjRqTi3DFCwZNcm1OW4T7u37bF46qJDrttVLQ==","signatures":[{"sig":"MEQCIEOCc38N/Vyv7L5PBphsvoZauap2OUlcV34uW0ov9cfeAiBytByHGjws5AHp0KYMIG1HSqpc04N+AgWm5M8Xh88MMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":23094,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnDEcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOOA//WP9IaKSwj1rR1OW/OzcZNpHjzFDl1WrAgALLbmDyascOMK/7\r\npiLYc3Q/BRPcCwOiS3Kb6XpNQfLCSpplZsza/+TRbdDNmo/UxTxTCQ8GAjlA\r\n1geKXlTukdocJPizHvUutlcnQfG89c4K6pm9GBZWp01BbfrxRUj48tigJfyk\r\nRFDm1jF45VxkmvKXGAYaL224kyTSWhU85Py2825IbhRLkf4TI/YGgs5I+t6l\r\nZwg/Jp+0pEryGvi8lQYhyut6uvWrac8Nc0DmMAG2iJjX9TN/uhlyZ1pj1dGb\r\nfYBv73GmWmkT7CeffAsIsFeS0IxycIUg9qCZeVX7q3LwH9qJ18JuyvRYEGtZ\r\nY0eScBtgirKgk5FtR/qhrRy0zmnORTCd68ce0QoGuPUu4j6zMkoHZwWZIu/9\r\n2HwivfjZiFJ9CwsXc4UeyRmL/AC3BXHruwjrWD18Bl4rEMo+qL51hBoqc1G0\r\nPDfqs8MrND7F6jABE2qYjRtBn12DBy2WD9CrP/DYUCeZ2Khf2Hd/Ec+/QVNS\r\nYqHuv0SoKJJLw58YY42OGHaTMuRnc8fwIyTbhqR6Q0whPtgjUe6lbPfFKJUc\r\nAp/TYDLFfF5cxLMzoFXsiqk7pAvBCmJuTtXGqrup5SKsz1CsH5j+JBwRyZf4\r\nOWBstOt7oPLCPIj9odqyDTRQfK3x/JuXEqM=\r\n=NFKO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/cjs/index.js","type":"module","types":"./lib/types/index.d.ts","module":"./lib/esm/index.js","engines":{"node":">=16"},"exports":{"types":"./lib/types/index.d.ts","import":"./lib/esm/index.js","require":"./lib/cjs/index.js"},"gitHead":"c51ccf05c27cbe9d72cf005c49b37a11c99807b8","scripts":{"fmt":"prettier --write '{*,**/*}.{ts,tsx,js,jsx,json}'","docs":"shx rm -rf docs && typedoc && shx cp .nojekyll docs/","lint":"prettier --check '{*,**/*}.{ts,tsx,js,jsx,json}' && eslint --max-warnings 0 .","nuke":"shx rm -rf node_modules package-lock.json || true","test":"npm run test:unit && npm run test:e2e","build":"tsc --build --verbose tsconfig.all.json","clean":"shx rm -rf lib **/*.tsbuildinfo || true","watch":"tsc --build --verbose --watch tsconfig.all.json","deploy":"npm run deploy:docs","release":"npm run clean && npm run build","lint:fix":"npm run fmt && eslint --fix .","test:e2e":"start-server-and-test 'solana-test-validator -r -q' http://localhost:8899/health 'jest test/e2e'","postbuild":"shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json","reinstall":"npm run nuke && npm install","test:unit":"jest test/unit","deploy:docs":"npm run docs && gh-pages --dist memo/js --dotfiles"},"_npmUser":{"name":"bbachain123","email":"bbachain123@gmail.com"},"repository":{"url":"git+https://github.com/bbachain/program-library.git","type":"git"},"_npmVersion":"8.19.3","description":"SPL Memo Program JS API","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"buffer":"^6.0.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"shx":"^0.3.4","chai":"^4.3.6","jest":"^28.1.3","eslint":"^8.20.0","process":"^0.11.10","ts-jest":"^28.0.8","ts-node":"^10.9.1","typedoc":"^0.23.10","gh-pages":"^3.2.3","prettier":"^2.7.1","typescript":"^4.7.4","@types/chai":"^4.3.3","@types/jest":"^28.1.7","@types/node":"^18.7.9","@types/prettier":"^2.7.0","@bbachain/web3.js":"^1.0.3","@types/node-fetch":"^2.6.2","start-server-and-test":"^1.14.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.34.0","@typescript-eslint/eslint-plugin":"^5.34.0","eslint-plugin-require-extensions":"^0.1.1"},"peerDependencies":{"@bbachain/web3.js":"^1.0.3"},"_npmOperationalInternal":{"tmp":"tmp/spl-memo_0.0.1_1671180571991_0.32303879791636203","host":"s3://npm-registry-packages"}}},"time":{"created":"2022-12-16T08:49:31.846Z","modified":"2025-02-15T07:07:37.997Z","0.0.1":"2022-12-16T08:49:32.160Z"},"bugs":{"url":"https://github.com/bbachain/program-library/issues"},"author":{"name":"BBAChain Maintainers","email":"maintainers@bbachain.net"},"license":"Apache-2.0","homepage":"https://github.com/bbachain/program-library#readme","repository":{"url":"git+https://github.com/bbachain/program-library.git","type":"git"},"description":"SPL Memo Program JS API","maintainers":[{"email":"bbachain123@gmail.com","name":"bbachain123"},{"email":"peternock195@gmail.com","name":"peternock"},{"email":"maintainer@bbachain.com","name":"bba-maintainer"},{"email":"philip@btigroup.ee","name":"philipjames"}],"readme":"# `@bbachain/spl-memo`\n\nA TypeScript library for interacting with the SPL Memo program.\n\n## Links\n\n- [TypeScript Docs](https://bbachain.github.io/program-library/memo/js/)\n- [Install](#install)\n- [Build from Source](#build-from-source)\n\n## Install\n\n```shell\nnpm install --save @bbachain/spl-memo @bbachain/web3.js\n```\n_OR_\n```shell\nyarn add @bbachain/spl-memo @bbachain/web3.js\n```\n\n## Build from Source\n\n0. Prerequisites\n\n* Node 16+\n* NPM 8+\n\n1. Clone the project:\n```shell\ngit clone https://github.com/bbachain/program-library.git\n```\n\n2. Navigate to the library:\n```shell\ncd program-library/memo/js\n```\n\n3. Install the dependencies:\n```shell\nnpm install\n```\n\n4. Build the library:\n```shell\nnpm run build\n```\n\n5. Run the tests:\n```shell\nnpm run test\n```\n","readmeFilename":"README.md"}