2018-01-31 04:28:01 +03:00
|
|
|
{
|
2019-05-15 00:13:54 +03:00
|
|
|
"private": true,
|
2020-11-09 23:20:44 +03:00
|
|
|
"name": "botbuilder-js",
|
2021-03-30 18:54:42 +03:00
|
|
|
"version": "4.13.0",
|
2020-11-09 23:20:44 +03:00
|
|
|
"workspaces": [
|
|
|
|
"libraries/*",
|
|
|
|
"libraries/functional-tests/dialogToDialog/*",
|
|
|
|
"libraries/testskills/*",
|
|
|
|
"testing/*",
|
|
|
|
"tools",
|
|
|
|
"transcripts"
|
|
|
|
],
|
2019-05-15 00:13:54 +03:00
|
|
|
"scripts": {
|
2020-11-17 01:34:36 +03:00
|
|
|
"browser-functional-test": "yarn workspace browser-functional-tests test",
|
2021-02-17 01:43:30 +03:00
|
|
|
"build": "wsrun -e -m -t build",
|
|
|
|
"build-docs": "wsrun -e -m build-docs",
|
2021-05-25 00:47:41 +03:00
|
|
|
"clean": "wsrun -m clean",
|
2021-06-22 19:29:11 +03:00
|
|
|
"depcheck": "wsrun -m -l depcheck",
|
2021-07-30 01:35:58 +03:00
|
|
|
"dev:link": "wsrun --if is-not-private --bin=yarn link",
|
|
|
|
"dev:unlink": "wsrun --if is-not-private --bin=yarn unlink",
|
2020-11-17 01:34:36 +03:00
|
|
|
"functional-test": "yarn build && yarn workspace functional-tests test",
|
2022-07-19 17:19:38 +03:00
|
|
|
"lint": "wsrun -m -l lint --max-warnings=0",
|
2021-02-17 01:43:30 +03:00
|
|
|
"package": "wsrun -e -t -l --if is-not-private --bin yarn pack",
|
2021-04-10 00:30:14 +03:00
|
|
|
"test": "npm-run-all build test:mocha test:runtime test:runtime test:nyc:report",
|
2021-02-17 01:43:30 +03:00
|
|
|
"test:compat": "wsrun -e -m -t test:compat",
|
2020-11-17 01:34:36 +03:00
|
|
|
"test:consumer": "yarn workspace consumer-test test",
|
2021-04-10 00:30:14 +03:00
|
|
|
"test:devops": "npm-run-all test:mocha:junit test:nyc:cobertura",
|
|
|
|
"test:github": "npm-run-all test:mocha:min test:runtime:min test:nyc:lcov",
|
2021-02-10 01:07:03 +03:00
|
|
|
"test:mocha": "nyc --silent mocha \"libraries/@(adaptive*|bot*)/tests/**/*.test.js\" --exit --check-leaks",
|
2020-11-17 01:34:36 +03:00
|
|
|
"test:mocha:junit": "yarn test:mocha --reporter mocha-junit-reporter --reporter-options includePending=true",
|
2021-02-10 01:07:03 +03:00
|
|
|
"test:mocha:min": "yarn test:mocha --reporter dot",
|
2020-11-17 01:34:36 +03:00
|
|
|
"test:nyc:cobertura": "nyc report --reporter=cobertura",
|
|
|
|
"test:nyc:lcov": "nyc report --reporter=text-lcov > .lcov.info",
|
2021-02-10 01:07:03 +03:00
|
|
|
"test:nyc:report": "nyc report",
|
2021-06-02 19:48:20 +03:00
|
|
|
"test:orchestrator": "yarn workspace botbuilder-ai-orchestrator test",
|
2020-11-12 00:03:16 +03:00
|
|
|
"test:repoutils": "yarn workspace botbuilder-repo-utils test",
|
2021-06-02 19:48:20 +03:00
|
|
|
"test:runtime": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test",
|
|
|
|
"test:runtime:min": "wsrun -m -p \"botbuilder-dialogs-adaptive-runtime*\" -t test:min",
|
2021-04-02 02:44:31 +03:00
|
|
|
"test:schemas": "mocha libraries/botbuilder-dialogs-declarative/tests/schemaMergeTest.js --exit --bail",
|
2023-12-19 18:03:07 +03:00
|
|
|
"update-versions": "yarn workspace botbuilder-repo-utils update-versions",
|
|
|
|
"postinstall": "npx rimraf node_modules/@microsoft/orchestrator-core/node_modules/@babel/traverse"
|
2019-05-15 00:13:54 +03:00
|
|
|
},
|
2022-01-27 21:05:42 +03:00
|
|
|
"resolutions": {
|
2022-04-28 22:25:35 +03:00
|
|
|
"async": "3.2.3",
|
2022-04-29 16:17:13 +03:00
|
|
|
"minimist": "^1.2.6",
|
2022-02-01 04:38:13 +03:00
|
|
|
"mixme": "0.5.2",
|
2022-02-11 04:23:24 +03:00
|
|
|
"node-fetch": "2.6.7",
|
2022-10-26 23:10:27 +03:00
|
|
|
"underscore": "1.13.1",
|
|
|
|
"json-schema": "0.4.0",
|
2023-07-28 18:46:35 +03:00
|
|
|
"jsonwebtoken": "9.0.0",
|
2023-08-18 18:34:03 +03:00
|
|
|
"@microsoft/recognizers-text-number": "~1.3.1",
|
2022-12-15 23:49:45 +03:00
|
|
|
"@xmldom/xmldom": "0.8.6",
|
2024-01-29 22:38:00 +03:00
|
|
|
"**/@azure/core-rest-pipeline": "1.6.0",
|
2023-07-28 18:46:35 +03:00
|
|
|
"**/botbuilder-azure/@azure/core-auth/@azure/core-tracing": "1.0.0-preview.9",
|
2023-07-19 17:19:17 +03:00
|
|
|
"**/request/tough-cookie": "^4.1.3",
|
|
|
|
"**/request-promise/tough-cookie": "^4.1.3",
|
2023-10-31 22:56:49 +03:00
|
|
|
"**/request-promise-native/tough-cookie": "^4.1.3",
|
|
|
|
"**/istanbul-lib-instrument/@babel/core": "^7.23.2",
|
2024-01-16 17:50:40 +03:00
|
|
|
"**/@babel/plugin-proposal-class-properties/@babel/core": "^7.23.2",
|
2024-01-24 17:43:34 +03:00
|
|
|
"follow-redirects": "^1.14.8",
|
|
|
|
"@types/ramda": "0.26.0"
|
2022-01-27 21:05:42 +03:00
|
|
|
},
|
2020-11-09 23:20:44 +03:00
|
|
|
"devDependencies": {
|
2021-09-27 22:05:09 +03:00
|
|
|
"@azure/logger": "^1.0.2",
|
2023-11-09 04:57:45 +03:00
|
|
|
"@microsoft/api-extractor": "^7.38.2",
|
2020-12-05 01:42:08 +03:00
|
|
|
"@standardlabs/downlevel-dts": "^0.7.5",
|
2021-02-17 01:43:30 +03:00
|
|
|
"@standardlabs/is-private": "^1.0.1",
|
2020-07-22 20:10:03 +03:00
|
|
|
"@types/jsonwebtoken": "7.2.8",
|
2019-06-27 20:09:38 +03:00
|
|
|
"@types/lodash": "^4.14.134",
|
2020-11-12 22:58:42 +03:00
|
|
|
"@types/mocha": "^5.2.7",
|
2021-03-23 00:29:45 +03:00
|
|
|
"@types/sinon": "^9.0.11",
|
2021-03-06 00:35:12 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.16.1",
|
|
|
|
"@typescript-eslint/parser": "^4.16.1",
|
2020-05-07 04:15:43 +03:00
|
|
|
"applicationinsights": "^1.7.5",
|
2020-11-12 22:58:42 +03:00
|
|
|
"browserify": "^17.0.0",
|
2023-10-31 22:56:49 +03:00
|
|
|
"depcheck": "^1.4.7",
|
2021-03-06 00:35:12 +03:00
|
|
|
"eslint": "^7.21.0",
|
|
|
|
"eslint-config-prettier": "^8.1.0",
|
2021-02-10 05:38:33 +03:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2020-11-12 22:58:42 +03:00
|
|
|
"eslint-plugin-jsdoc": "^30.7.7",
|
2021-03-06 00:35:12 +03:00
|
|
|
"eslint-plugin-lodash": "^7.1.0",
|
2021-04-01 02:33:25 +03:00
|
|
|
"eslint-plugin-mocha": "^8.1.0",
|
2020-11-09 23:20:44 +03:00
|
|
|
"eslint-plugin-only-warn": "^1.0.2",
|
2021-03-06 00:35:12 +03:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2020-11-09 23:20:44 +03:00
|
|
|
"eslint-plugin-security": "^1.4.0",
|
2020-11-12 22:58:42 +03:00
|
|
|
"exorcist": "^1.0.1",
|
2020-07-22 20:10:03 +03:00
|
|
|
"mocha": "^6.2.3",
|
2020-11-09 23:20:44 +03:00
|
|
|
"mocha-junit-reporter": "^2.0.0",
|
2020-11-12 22:58:42 +03:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"nyc": "^15.1.0",
|
2020-11-09 23:20:44 +03:00
|
|
|
"prettier": "^2.1.2",
|
2019-06-27 20:09:38 +03:00
|
|
|
"replace-in-file": "^4.1.0",
|
2020-11-12 22:58:42 +03:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"shx": "^0.3.3",
|
2021-03-23 00:29:45 +03:00
|
|
|
"sinon": "^9.2.4",
|
2020-11-12 22:58:42 +03:00
|
|
|
"source-map-support": "^0.5.19",
|
|
|
|
"sponge": "^0.1.0",
|
2021-01-27 02:54:07 +03:00
|
|
|
"tinyify": "^3.0.0",
|
2023-05-08 17:31:09 +03:00
|
|
|
"ts-node": "^10.0.0",
|
2020-11-12 22:58:42 +03:00
|
|
|
"typedoc": "^0.19.2",
|
|
|
|
"typedoc-plugin-external-module-name": "^4.0.3",
|
|
|
|
"typedoc-plugin-markdown": "^3.0.11",
|
2023-05-08 17:31:09 +03:00
|
|
|
"typescript": "^4.1.0",
|
2021-02-17 01:43:30 +03:00
|
|
|
"wsrun": "^5.2.4"
|
2019-05-15 00:13:54 +03:00
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"exclude": [
|
|
|
|
"**/botframework*/**/generated/**",
|
2019-11-08 05:25:35 +03:00
|
|
|
"**/botbuilder*/**/generated/**",
|
2020-07-31 23:05:28 +03:00
|
|
|
"**/bot-integration-tests/**",
|
2020-02-26 06:16:54 +03:00
|
|
|
"**/adaptive-expressions/**/generated/**",
|
2019-05-15 00:13:54 +03:00
|
|
|
"**/botframework-luis/**",
|
|
|
|
"**/tests/**",
|
|
|
|
"**/tools/**",
|
|
|
|
"**/internal.*"
|
|
|
|
]
|
|
|
|
}
|
2020-03-23 11:20:51 +03:00
|
|
|
}
|