{"_id":"@aetherisnova/errors","name":"@aetherisnova/errors","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aetherisnova/errors","version":"1.0.0","private":false,"description":"TypeScript errors used in the Aetheris Nova apps/tools.","repository":{"type":"git","url":"git+https://github.com/aetheris-nova/instrumentum.git"},"license":"CC0-1.0","type":"module","main":"dist/index.js","types":"dist/index.d.ts","devDependencies":{"@eslint/js":"^9.16.0","@types/node":"^22.10.1","chalk":"^5.3.0","eslint":"^9.16.0","eslint-config-prettier":"^9.1.0","globals":"^15.13.0","tsx":"^4.19.2","typescript":"^5.7.2","typescript-eslint":"^8.18.0","vite":"^6.0.3","vite-plugin-dts":"^4.3.0","vite-tsconfig-paths":"^5.1.4"},"scripts":{"build":"pnpm run clean && vite build","build:dependencies":"exit 0","clean":"shx rm -rf dist && shx rm -rf tsconfig.*.tsbuildinfo","generate:index":"tsx ./scripts/generate-index.ts","lint":"eslint .","prettier":"prettier --write \"**/*.{js,json,ts}\"","test":"exit 0"},"_id":"@aetherisnova/errors@1.0.0","bugs":{"url":"https://github.com/aetheris-nova/instrumentum/issues"},"homepage":"https://github.com/aetheris-nova/instrumentum#readme","_integrity":"sha512-Zs+jSbCQV18ywI2vyGSzVs6a3t52lwiULBwb9XaFZkG583DLr8TOfjdCVU6BOnVJp06DqrJCSg/ixSuI+HJiTw==","_resolved":"/tmp/1b489f38c54879f87ac8d9f2a33282f3/aetherisnova-errors-1.0.0.tgz","_from":"file:aetherisnova-errors-1.0.0.tgz","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Zs+jSbCQV18ywI2vyGSzVs6a3t52lwiULBwb9XaFZkG583DLr8TOfjdCVU6BOnVJp06DqrJCSg/ixSuI+HJiTw==","shasum":"7b5d5f3332d692528dec20e56fd1f23a7e60af5f","tarball":"https://registry.npmjs.org/@aetherisnova/errors/-/errors-1.0.0.tgz","fileCount":32,"unpackedSize":19295,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEFP5OzmERQfZCEFW8hOPB8SmZvHTJzTTB7PCgNKiKb9AiArQC+2yN8IdV68r3GpDCootxQmH5H4cFbgw1Zf6F5GDw=="}]},"_npmUser":{"name":"kieranroneill","email":"kieran.oneill@pm.me"},"directories":{},"maintainers":[{"name":"kieranroneill","email":"kieran.oneill@pm.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/errors_1.0.0_1738238077371_0.14025370086784883"},"_hasShrinkwrap":false}},"time":{"created":"2025-01-30T11:54:37.276Z","1.0.0":"2025-01-30T11:54:37.569Z","modified":"2025-01-30T11:54:37.842Z"},"maintainers":[{"name":"kieranroneill","email":"kieran.oneill@pm.me"}],"description":"TypeScript errors used in the Aetheris Nova apps/tools.","homepage":"https://github.com/aetheris-nova/instrumentum#readme","repository":{"type":"git","url":"git+https://github.com/aetheris-nova/instrumentum.git"},"bugs":{"url":"https://github.com/aetheris-nova/instrumentum/issues"},"license":"CC0-1.0","readme":"<div align=\"center\">\n    <img alt=\"The TypeScript logo - a rounded corner blue square with a 'TS' in white\" src=\"docs/images/icon@128x128.png\" height=\"64\" />\n</div>\n\n<div align=\"center\">\n\n[![License: CC0-1.0](https://img.shields.io/badge/License-CC0_1.0-brightgreen.svg)](./LICENSE)\n[![NPM Version](https://img.shields.io/npm/v/%40aetherisnova%2Ferrors)](https://www.npmjs.com/package/%40aetherisnova/errors)\n\n</div>\n\n<div align=\"center\">\n\n![GitHub Release](https://img.shields.io/github/v/release/aetheris-nova/instrumentum?filter=%40aetherisnova%2Ferrors*)\n![GitHub Release](https://img.shields.io/github/v/release/aetheris-nova/instrumentum?include_prereleases&filter=%40aetherisnova%2Ferrors*&label=pre-release)\n\n</div>\n\n<h1 align=\"center\">\n  TypeScript Errors\n</h1>\n\n<p align=\"center\">\n  TypeScript errors used in the Aetheris Nova apps/tools.\n</p>\n\n---\n\n### Table Of Contents\n\n* [1. Getting Started](#-2-getting-started)\n  - [1.1. Installation](#12-installation)\n* [2. Appendix](#-2-appendix)\n  - [2.1. Useful Commands](#21-useful-commands)\n* [3. How To Contribute](#-3-how-to-contribute)\n* [4. License](#-4-license)\n\n## 🪄 1. Getting Started\n\n### 1.1. Installation\n\nYou can install the types using:\n```shell\npnpm add @aetherisnova/errors\n```\n\n<sup>[Back to top ^][table-of-contents]</sup>\n\n## 📑 2. Appendix\n\n### 2.1. Useful Commands\n\n| Command                   | Description                                                                 |\n|---------------------------|-----------------------------------------------------------------------------|\n| `pnpm run build`          | Generates declaration files to the `dist/` directory.                       |\n| `pnpm run clean`          | Deletes the `dist/` directory and the `tsconfig.*.tsbuildinfo` files.       |\n| `pnpm run generate:index` | Generates/overwrites the main `index.ts` file used for exporting all files. |\n| `pnpm run lint`           | Runs the linter based on the rules in `eslint.config.mjs`.                  |\n\n<sup>[Back to top ^][table-of-contents]</sup>\n\n## 👏 3. How To Contribute\n\nPlease read the [**Contributing Guide**][contribute] to learn about the development process.\n\n<sup>[Back to top ^][table-of-contents]</sup>\n\n## 📄 4. License\n\nPlease refer to the [LICENSE][license] file.\n\n<sup>[Back to top ^][table-of-contents]</sup>\n\n<!-- links -->\n[contribute]: ../../CONTRIBUTING.md\n[license]: LICENSE\n[table-of-contents]: #table-of-contents\n\n","readmeFilename":"README.md"}