JSPM

gigaaa-chaboth-auth-extended

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q37439F
  • License ISC

Gigaaa chatbots auth

Package Exports

  • gigaaa-chaboth-auth-extended

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gigaaa-chaboth-auth-extended) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gigaaa-chatbot-auth

Publishing a Scoped Package

  • By default, scoped packages are private. To publish private modules, you need to be a paid private modules user.
  • Public scoped modules are free and don't require a paid subscription. To publish a public scoped module, set the access option when publishing it. This option will remain set for all subsequent publishes.
  • To publish scope modules use for first time comand: npm publish --access=public . After you can use comand: npm publish .

Using a Scoped Package

  • To use a scoped package, simply include the scope wherever you use the package name.

  • In package.json:

    { "dependencies": { "@username/project-name": "^1.0.0" } }

  • On the command line: npm install @username/project-name --save

  • In a require statement: var projectName = require("@username/project-name")