Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/bf-cli-command

Package Overview
Dependencies
Maintainers
2
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/bf-cli-command - npm Package Compare versions

Comparing version 0.0.0 to 4.5.0

lib/command.d.ts

56

package.json
{
"name": "@microsoft/bf-cli-command",
"description": "base class for Microsoft Bot Framework CLI commands",
"version": "0.0.0",
"version": "4.5.0",
"author": "Microsoft",
"license": "MIT"
"bugs": "https://github.com/microsoft/botframework-cli",
"dependencies": {
"@oclif/errors": "^1.2.2",
"applicationinsights": "^1.0.8",
"cli-ux": "^4.9.3",
"chalk": "2.4.1",
"debug": "^4.1.1",
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@oclif/command": "^1.5.13",
"@oclif/config": "^1.12.12",
"@oclif/plugin-help": "^2.1.6",
"@oclif/plugin-plugins": "^1.7.7",
"@oclif/tslint": "^3.1.1",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.6",
"@types/nock": "^9.3.1",
"@types/node": "^11.13.7",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.0.11",
"@types/supports-color": "^5.3.0",
"chai": "^4.2.0",
"fancy-test": "^1.4.3",
"mocha": "^6.1.4",
"nock": "^10.0.6",
"nyc": "^13.3.0",
"proxyquire": "^2.1.0",
"sinon": "^7.3.2",
"testdouble": "^3.11.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"lib"
],
"keywords": [],
"license": "MIT",
"main": "lib/index.js",
"repository": "https://github.com/microsoft/botframework-cli",
"scripts": {
"build": "rm -rf lib && tsc",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepublishOnly": "rm -rf lib && tsc -b",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
},
"types": "./lib/index.d.ts"
}
src/command.ts
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc