{"_id":"@alosada/academy-cms-core","_rev":"1-bfa423ffac0e81617d38c791b54a7faf","name":"@alosada/academy-cms-core","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"version":"0.1.0","license":"MIT","main":"dist/index.js","typings":"dist/index.d.ts","engines":{"node":">=10"},"scripts":{"start":"tsdx watch","build":"tsdx build","build:umd":"tsdx build --format umd --name AcademyCMSCore","test":"tsdx test","lint":"tsdx lint","prepare":"tsdx build","size":"size-limit","analyze":"size-limit --why"},"peerDependencies":{},"husky":{"hooks":{"pre-commit":"tsdx lint"}},"prettier":{"printWidth":120,"tabWidth":4,"semi":true,"singleQuote":true,"trailingComma":"es5"},"name":"@alosada/academy-cms-core","author":{"name":"Alvaro Losada de Castro"},"module":"dist/academy-cms-core.esm.js","size-limit":[{"path":"dist/academy-cms-core.cjs.production.min.js","limit":"10 KB"},{"path":"dist/academy-cms-core.esm.js","limit":"10 KB"}],"devDependencies":{"@size-limit/preset-small-lib":"^4.11.0","husky":"^6.0.0","size-limit":"^4.11.0","tsdx":"^0.14.1","tslib":"^2.2.0","typescript":"^4.3.2"},"dependencies":{"axios":"^0.21.1"},"description":"Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.","_id":"@alosada/academy-cms-core@0.1.0","_nodeVersion":"12.15.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-X2Dn3AWg1+nqWK5rdUwRH0mjX4CfZPPOujQRBysqx1QfLQ1qx5G6ZPMHkh4OC3mqzn5vx+muOeAxODpVCiH2oA==","shasum":"20ee38136f8bb702f49e153a11ed88b42756c348","tarball":"https://registry.npmjs.org/@alosada/academy-cms-core/-/academy-cms-core-0.1.0.tgz","fileCount":24,"unpackedSize":215056,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgueWGCRA9TVsSAnZWagAAPnkP/1T2VxP9LLLeKe8ZgGsp\nMm8ghHJUjH1h3FZPPq4XkP4tTCK5uStTam/iIPd7+fP6W4DcYzsFJdsvKAQG\nfU5msxbikTks5tbg8Vqq1VD1XC1pHu4x7D999yrw4XK1sLHPE74bjBf2hWWn\nvSvTLqkxbdMVLh9vKBocTcGz4qkej50VkUuOYTOwsKg/VdgSQEjKsaXjxR8K\nE2k8zD3laNTFaJ3zsGlI9+k10OANwmtf6S5jdvZ2yB333cUt/JuryyzQIbxP\n/3QGJ33BE1Y6KrTZaGWjJbMsZ/enuIVkSn0s2kymH7wz6t+bCQZYDCx8m9Aq\n5eq5P/r+XAgJ60lDGnxi7Fo3/NZUIRjamBqf8B1r7blwwyaATLZkhXWQuNkc\nD/ZCt/2H1ZX2iDMT+9xI3Cjg09VMMnLmb6iQGG+i0jFuz6R6pjCpsHTh4c/x\n0QZWgtn/Sx3F8cuqXzImihFr92MGBJgLMXmrADwACf+C1inp768e2ycyeohG\nwfaKzJs6//t7e1mj86WHpmflZgorbspc8swQYTRH8EYnhHax/Xi7768kbp7U\nwo2JMwyBgili6zckoG8dp9w2SgI5aamugnyqIC7EAvBRfOTIVQH0x2ww5gTG\nNm/FXcfZZgPvqfn2IYQLaYQ+i7tvm3WDQaQWWCOHAmNsyXnOPfF8NK+MkQl0\nHKyW\r\n=3tVB\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBnNhM2ZCU44NHs8TPzJ/v6aB1IElfLbrGrp3DyaZ3kQIhALNoeljiB00Dv0WbYKyUaAJ9MadY4OUMmFEogM0KrFM6"}]},"_npmUser":{"name":"alosada","email":"aldc30sc@gmail.com"},"directories":{},"maintainers":[{"name":"alosada","email":"aldc30sc@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/academy-cms-core_0.1.0_1622795654465_0.4515193082531619"},"_hasShrinkwrap":false}},"time":{"created":"2021-06-04T08:34:14.423Z","0.1.0":"2021-06-04T08:34:14.615Z","modified":"2022-04-04T13:37:30.483Z"},"maintainers":[{"name":"alosada","email":"aldc30sc@gmail.com"}],"description":"Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.","author":{"name":"Alvaro Losada de Castro"},"license":"MIT","readme":"# TSDX User Guide\n\nCongrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.\n\n> This TSDX setup is meant for developing libraries (not apps!) that can be published to NPM. If you’re looking to build a Node app, you could use `ts-node-dev`, plain `ts-node`, or simple `tsc`.\n\n> If you’re new to TypeScript, checkout [this handy cheatsheet](https://devhints.io/typescript)\n\n## Commands\n\nTSDX scaffolds your new library inside `/src`.\n\nTo run TSDX, use:\n\n```bash\nnpm start # or yarn start\n```\n\nThis builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.\n\nTo do a one-off build, use `npm run build` or `yarn build`.\n\nTo run tests, use `npm test` or `yarn test`.\n\n## Configuration\n\nCode quality is set up for you with `prettier`, `husky`, and `lint-staged`. Adjust the respective fields in `package.json` accordingly.\n\n### Jest\n\nJest tests are set up to run with `npm test` or `yarn test`.\n\n### Bundle Analysis\n\n[`size-limit`](https://github.com/ai/size-limit) is set up to calculate the real cost of your library with `npm run size` and visualize the bundle with `npm run analyze`.\n\n#### Setup Files\n\nThis is the folder structure we set up for you:\n\n```txt\n/src\n  index.tsx       # EDIT THIS\n/test\n  blah.test.tsx   # EDIT THIS\n.gitignore\npackage.json\nREADME.md         # EDIT THIS\ntsconfig.json\n```\n\n### Rollup\n\nTSDX uses [Rollup](https://rollupjs.org) as a bundler and generates multiple rollup configs for various module formats and build settings. See [Optimizations](#optimizations) for details.\n\n### TypeScript\n\n`tsconfig.json` is set up to interpret `dom` and `esnext` types, as well as `react` for `jsx`. Adjust according to your needs.\n\n## Continuous Integration\n\n### GitHub Actions\n\nTwo actions are added by default:\n\n- `main` which installs deps w/ cache, lints, tests, and builds on all pushes against a Node and OS matrix\n- `size` which comments cost comparison of your library on every pull request using [`size-limit`](https://github.com/ai/size-limit)\n\n## Optimizations\n\nPlease see the main `tsdx` [optimizations docs](https://github.com/palmerhq/tsdx#optimizations). In particular, know that you can take advantage of development-only optimizations:\n\n```js\n// ./types/index.d.ts\ndeclare var __DEV__: boolean;\n\n// inside your code...\nif (__DEV__) {\n  console.log('foo');\n}\n```\n\nYou can also choose to install and use [invariant](https://github.com/palmerhq/tsdx#invariant) and [warning](https://github.com/palmerhq/tsdx#warning) functions.\n\n## Module Formats\n\nCJS, ESModules, and UMD module formats are supported.\n\nThe appropriate paths are configured in `package.json` and `dist/index.js` accordingly. Please report if any issues are found.\n\n## Named Exports\n\nPer Palmer Group guidelines, [always use named exports.](https://github.com/palmerhq/typescript#exports) Code split inside your React app instead of your React library.\n\n## Including Styles\n\nThere are many ways to ship styles, including with CSS-in-JS. TSDX has no opinion on this, configure how you like.\n\nFor vanilla CSS, you can include it at the root directory and add it to the `files` section in your `package.json`, so that it can be imported separately by your users and run through their bundler's loader.\n\n## Publishing to NPM\n\nWe recommend using [np](https://github.com/sindresorhus/np).\n","readmeFilename":"README.md"}