{"_id":"@afkae-baas/sdk","name":"@afkae-baas/sdk","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","test":"tsdx test","lint":"tsdx lint","prepare":"tsdx build","size":"size-limit","analyze":"size-limit --why"},"husky":{"hooks":{"pre-commit":"tsdx lint"}},"prettier":{"printWidth":80,"semi":true,"singleQuote":true,"trailingComma":"es5"},"name":"@afkae-baas/sdk","author":{"name":"Prakash-Raaj"},"module":"dist/sdk.esm.js","size-limit":[{"path":"dist/sdk.cjs.production.min.js","limit":"10 KB"},{"path":"dist/sdk.esm.js","limit":"10 KB"}],"devDependencies":{"@size-limit/preset-small-lib":"^8.1.0","@types/parse":"^3.0.0","husky":"^8.0.1","size-limit":"^8.1.0","tsdx":"^0.14.1","tslib":"^2.4.1","typescript":"^3.9.10"},"dependencies":{"parse":"^3.5.0"},"gitHead":"1fc62e5da12875364de0896e4bc02e5333bf80ea","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":"@afkae-baas/sdk@0.1.0","_nodeVersion":"18.12.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-a7XlaYO0VMDDlZ5vXmT37UrbowBHbLkP4Z+eQkfTSSXIy3cFpcoCA2Vla7H+RDO4aKTi46cc5z6GsAa8rEupYQ==","shasum":"c3a32e71a9018a91423cfb2a85465fdd3e06b919","tarball":"https://registry.npmjs.org/@afkae-baas/sdk/-/sdk-0.1.0.tgz","fileCount":12,"unpackedSize":49286,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkyVR1F/MJQBO9q/7/aVJrnhTlTL0xrLSQ2kk3yiys2AIhAJ/L3JhJuammUcgMZ2i6EhQWDMrVr2G0mb6kzjMPRtpu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjajfOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpzJxAAm5YBxZsGxJDeQUTvSOibPJCk5pDcQM8Rc8/V8CScxRZyLp6o\r\nrB352WFiMHRwW/Cs/lgBWIlS9zxXThsZgnCgqBIHrvdJ9fBFYIMJPF52I2Bu\r\nBBtqlxuv1Jff6tuGj2/rgl30VXleZmoYit0AvrmBv4SWi2a0XxJ5ygOihtLc\r\nR5Kf8Rcx6CoNI0tWeVEU+BD/uI5O/BkSElq8NOHKnTFdPmeLoiN774oDrOPn\r\nx72MIFG+XAN3HMA11Cm+couKLnOqTsIng0Z4jzkqEQ89lW5G0QgcJeOZhn/5\r\nYDXzWDQnbPQLJ54IfNHKENnaGF42ZG+hGaf/RNoNGBfr9vAi7lFAeS9WaCPP\r\nJxK3BlrCavUiZuzoQ94Dj4ECbgXw8EvLnRJ3bzv1nEhwbDCx2KlilAzzufIT\r\n17WpwDTq5li+BOdcGDiJFiOzJk6CBTZL8B6T6++MSjI5m50bKoTF7Cww4G9I\r\nuNTlYZ7ei4zhBNSmlNjdDGzjolTZniAUxodfx5toHcAMEpnP3nfnt4g+NTEV\r\nplYUVdjedksDS4j5G6/u3X8P7an1uaNe/YQ3/pVm+Imwo4og5wJkSIsgV95P\r\nqdjWmXlMM2CY5y/nTqr8ERCHNEJ4LWKWwnszHheBI5CxxYvFVPxHS3YdhVLt\r\nlt6e3gR9P6M+Oxc3C9NNnH4Flqi50PvDZVQ=\r\n=MEI1\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"prakash_raaj_","email":"prakashraaj7996@gmail.com"},"directories":{},"maintainers":[{"name":"prakash_raaj_","email":"prakashraaj7996@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sdk_0.1.0_1667905486237_0.4861418722185815"},"_hasShrinkwrap":false}},"time":{"created":"2022-11-08T11:04:46.181Z","0.1.0":"2022-11-08T11:04:46.377Z","modified":"2022-11-08T11:04:46.543Z"},"maintainers":[{"name":"prakash_raaj_","email":"prakashraaj7996@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":"Prakash-Raaj"},"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"}