@chrimc62/botframework-schema
Version:
Activity schema for the Microsoft Bot Framework.
35 lines (34 loc) • 788 B
JSON
{
"name": "@chrimc62/botframework-schema",
"author": "Microsoft Corp.",
"description": "Activity schema for the Microsoft Bot Framework.",
"version": "4.1.20",
"license": "MIT",
"keywords": [
"botconnector",
"bots",
"chatbots"
],
"homepage": "http://github.com/Microsoft/botbuilder-js",
"bugs": {
"url": "http://github.com/Microsoft/botbuilder-js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:Microsoft/botbuilder-js.git"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"devDependencies": {
"typescript": "3.5.3"
},
"scripts": {
"build": "tsc",
"clean": "erase /q /s .\\lib",
"set-version": "npm version --allow-same-version %Version%"
},
"files": [
"/lib",
"/src"
]
}