{"_id":"@catalogworks/cdk-viem","name":"@catalogworks/cdk-viem","dist-tags":{"latest":"0.0.0"},"versions":{"0.0.0":{"name":"@catalogworks/cdk-viem","version":"0.0.0","description":"A javascript/typescript SDK for interacting with Catalog related contracts","main":"dist/src/index.js","typings":"dist/src/index.d.ts","types":"dist/src/index.d.ts","author":{"name":"@catalogworks"},"license":"MIT","scripts":{"lint":"eslint \"**/*.{js,ts}\"","lint:fix":"eslint --fix \"**/*.{js,ts}\"","format":"prettier --check \"**/*.{ts,js}\"","format:fix":"prettier --write \"**/*.{ts,js}\"","test":"vitest","test:dev":"vitest dev ","test:ui":"vitest dev --ui","test:ci":"CI=true vitest ","clean":"rm -rf dist","build":"yarn clean && tsc && mkdir dist/src/schemas/types/ && mkdir dist/src/schemas/types/mnft/ && cp src/schemas/types/mnft/20220222.d.ts dist/src/schemas/types/mnft/","build:types":"tsc --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","build:esm":"tsc  --module es2015  --removeComments","prepublish":"yarn build","coverage":"vitest --coverage","gen:schema":"json2ts -i src/schemas/ -o src/schemas/types/"},"engines":{"node":">=16"},"devDependencies":{"@types/node":"^17.0.8","@types/sjcl":"^1.0.30","@typescript-eslint/eslint-plugin":"^5.59.8","@typescript-eslint/parser":"^5.59.8","@viem/anvil":"^0.0.6","@vitest/ui":"^0.31.0","axios":"^0.24.0","dotenv":"^10.0.0","eslint":"^8.4.1","eslint-config-prettier":"^8.3.0","json-schema-to-typescript":"^10.1.5","prettier":"^2.5.1","typescript":"^5.1.3","vite":"^4.3.9","vitest":"^0.31.0","ts-node":"^10.4.0"},"dependencies":{"jsonschema":"^1.4.0","keccak256":"^1.0.6","merkletreejs":"^0.2.27","sjcl":"^1.0.8","tiny-invariant":"^1.2.0","tiny-warning":"^1.0.3","viem":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/catalogworks/cdk-viem.git"},"publishConfig":{"registry":"https://registry.npmjs.org/"},"licenseText":"Copyright 2021 Catalog Records Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"@catalogworks/cdk-viem@0.0.0","dist":{"shasum":"df369974571a5ec046208f958200d2718d70ced2","integrity":"sha512-rFo8VgOvhDuJfV7iN8VLssiNHwDjBXi1PHrK6tSBHmIgf12Ap8nByETq0jrID/K529VxWn8a+ZvRAjhPxx/QgA==","tarball":"https://registry.npmjs.org/@catalogworks/cdk-viem/-/cdk-viem-0.0.0.tgz","fileCount":131,"unpackedSize":943849,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFHjKV5zoX+BXD3lrlYfIoWqIZB1d+slwPyblecS4+wgIhAIfu3DsDRXRunWeaT+T7R5kXgZ1JRa1bXuJjdPmUQ5pN"}]},"_npmUser":{"name":"bretth18","email":"bretth18@gmail.com"},"directories":{},"maintainers":[{"name":"reefloretto","email":"r@catalog.works"},{"name":"bretth18","email":"bretth18@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cdk-viem_0.0.0_1686275976276_0.254706886175988"},"_hasShrinkwrap":false}},"time":{"created":"2023-06-09T01:59:36.206Z","0.0.0":"2023-06-09T01:59:36.528Z","modified":"2023-06-09T01:59:36.711Z"},"maintainers":[{"name":"reefloretto","email":"r@catalog.works"},{"name":"bretth18","email":"bretth18@gmail.com"}],"description":"A javascript/typescript SDK for interacting with Catalog related contracts","repository":{"type":"git","url":"git+https://github.com/catalogworks/cdk-viem.git"},"author":{"name":"@catalogworks"},"license":"MIT","readme":"## CDK: The Catalog Development Kit\n\n```\n         __  __\n        /\\ \\/\\ \\\n  ___   \\_\\ \\ \\ \\/'\\\n /'___\\ /'_` \\ \\ , <\n/\\ \\__//\\ \\L\\ \\ \\ \\\\`\\\n\\ \\____\\ \\___,_\\ \\_\\ \\_\\\n \\/____/\\/__,_ /\\/_/\\/_/\n\nVIEM EDITION\n```\n\n---\n\n## Info\n\nWIP WIP WIP - VIEM CDK IS A WORK IN PROGRESS\n\nThe Catalog Development Kit (**CDK**) is a small set of tools to easily and safely interact with Catalog contracts and related Zora market contracts.\nThe CDK is written in TS and can be used in any JS environment.\n\n---\n\n### Development\n\n```bash\ngit clone https://github.com/catalogworks/cdk.git\n```\n\n```bash\ncd cdk\n```\n\n```bash\nyarn\n```\n\nTo build: (for publishing/local testing and use)\n\n```bash\nyarn build\n```\n\nBuild output is located in the generated `./dist` directory.\n\n---\n\n### License\n\nView: [LICENSE](./LICENSE)\n\nZora related code is licensed under [MIT](https://github.com/ourzora/zdk/blob/v1-archive/LICENSE)\n\n---\n\n### Contributing\n\nThis package is designed specifically for usage at Catalog, and development for this package is handled internally. Creating an issue is welcome for any security related contributions from developers outside of our organization.\n\nPlease create a fork of this repository for your own personal needs.\n","readmeFilename":"README.md"}