This package has been deprecated

botframework-config
TypeScript icon, indicating that this package has built-in type declarations

4.22.2-deprecated • Public • Published

Bot Framework Bot Configuration library

This library provides the ability to read/write Bot Framework .bot files.

Usage

import * as bfc from 'botframework-config';

// load and decrypt .bot file
let configuration = bfc.BotConfiguration.load('my.bot', mysecret);
...

// save .bot file encrypted with secret
configuration.save('my.bot', mysecret);

Readme

Keywords

Package Sidebar

Install

npm i botframework-config

Weekly Downloads

473

Version

4.22.2-deprecated

License

MIT

Unpacked Size

166 kB

Total Files

110

Last publish

Collaborators

  • botframework
  • sgellock
  • cwhitten