Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update package.json to include the repository #8747

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Composer/packages/adaptive-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
"author": "",
"homepage": "",
"license": "MIT",
"repository": "",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/adaptive-flow"
},
"keywords": [
"react-component"
]
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/adaptive-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"react": "16.13.1",
"react-dom": "16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/adaptive-form"
},
"devDependencies": {
"@botframework-composer/test-utils": "*",
"@types/lodash": "^4.14.149",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/client"
},
"proxy": "http://localhost:5000",
"dependencies": {
"@azure/arm-appinsights": "^3.0.0",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/electron-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"l10n:babel": "babel --config-file ./babel.l10n.config.js --extensions \".ts,.tsx,.jsx,.js\" --out-dir l10ntemp .",
"l10n": "yarn l10n:babel && yarn l10n:extract && yarn l10n:transform locales/en-US.json && rimraf l10ntemp"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/electron-server"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.6",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/extension-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"build:ts": "tsc --build tsconfig.build.json",
"clean": "rimraf lib"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/extension-client"
},
"peerDependencies": {
"@botframework-composer/types": "*",
"react": "16.13.1",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"lint": "eslint --quiet ./src",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/extension"
},
"devDependencies": {
"@botframework-composer/test-utils": "*",
"@types/express": "^4.17.6",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/form-dialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"lint": "eslint --quiet ./src",
"lint:fix": "yarn lint --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/form-dialogs"
},
"dependencies": {
"react-beautiful-dnd": "^13.0.0",
"@bfc/shared": "*",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"clean-all": "node scripts/clean-e2e.js --all",
"lint": "eslint --quiet cypress"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/integration-tests"
},
"keywords": [],
"author": "",
"license": "ISC",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/intellisense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"react": "16.13.1",
"react-dom": "16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/intellisense"
},
"dependencies": {
"websocket": "^1.0.31",
"@emotion/core": "^10.0.27"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/lib/eslint-plugin-bfcomposer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"engines": {
"node": "14.x"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/lib/eslint-plugin-bfcomposer"
},
"devDependencies": {
"lodash": "^4.17.19"
}
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/lib/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"botframework",
"composer"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/lib/ui-shared"
},
"author": "[email protected]",
"license": "MIT",
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/server-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"lint": "eslint --quiet src",
"prepublishOnly": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/server-workers"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"ext": "ts,js",
"delay": 2.5
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/server"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.6",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/test-utils"
},
"scripts": {
"build": "rimraf lib && tsc",
"prepublishOnly": "npm run build"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/tools/built-in-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"build": "rimraf ./lib && tsc --build tsconfig.build.json",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/tools/built-in-functions"
},
"devDependencies": {
"@botframework-composer/test-utils": "*"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"ws": "^7.4.6",
"@bfc/built-in-functions": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/tools/language-servers/intellisense"
},
"scripts": {
"dev": "ts-node src/server.ts",
"start": "ts-node lib/server.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"adaptive-expressions": "4.12.0-rc1",
"vscode-languageserver": "^5.3.0-next"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/tools/language-servers/language-generation"
},
"devDependencies": {
"@botframework-composer/test-utils": "*",
"@types/node": "^12.0.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"vscode-ws-jsonrpc": "^0.1.1",
"ws": "^7.4.6"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/tools/language-servers/language-understanding"
},
"devDependencies": {
"@botframework-composer/test-utils": "*",
"@types/node": "^12.0.4",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"lint": "eslint --quiet src",
"prepublishOnly": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/types"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"react": "16.13.1",
"react-dom": "16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/composer"
},
"devDependencies": {
"@bfc/adaptive-form": "*",
"@bfc/extension-client": "*",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/cross-trained/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"lint": "eslint --quiet --ext .ts,.tsx src",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/cross-trained"
},
"keywords": [
"botframework",
"composer"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"react": "16.13.1",
"react-dom": "16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/example"
},
"devDependencies": {
"@bfc/adaptive-form": "*",
"@bfc/extension-client": "*",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/lg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"prepare": "yarn build",
"watch": "yarn build --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/lg"
},
"keywords": [
"botframework",
"composer"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/luis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"lint:fix": "yarn lint --fix",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/luis"
},
"keywords": [
"botframework",
"composer"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/orchestrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"lint": "eslint --quiet --ext .ts,.tsx src",
"prepare": "yarn build"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/orchestrator"
},
"keywords": [
"botframework",
"composer"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"prepare": "yarn build",
"extract": "cross-env NODE_ENV=production format-message extract -g underscored_crc32 -o locales/en-US.json src/**/*.ts src/**/*.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/prompts"
},
"keywords": [
"botframework",
"composer"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/schema-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"react": "16.13.1",
"react-dom": "16.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/schema-editor"
},
"devDependencies": {
"@bfc/extension-client": "*",
"@bfc/adaptive-form": "*",
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/select-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"prepare": "yarn build",
"extract": "cross-env NODE_ENV=production format-message extract -g underscored_crc32 -o locales/en-US.json src/**/*.ts src/**/*.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/select-dialog"
},
"keywords": [
"botframework",
"composer"
Expand Down
5 changes: 5 additions & 0 deletions Composer/packages/ui-plugins/select-skill-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"prepare": "yarn build",
"extract": "cross-env NODE_ENV=production format-message extract -g underscored_crc32 -o locales/en-US.json src/**/*.ts src/**/*.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/BotFramework-Composer.git",
"directory": "Composer/packages/ui-plugins/select-skill-dialog"
},
"keywords": [
"botframework",
"composer"
Expand Down