fix (core.gbapp): nyc removed until unit tests are available.

This commit is contained in:
Rodrigo Rodriguez 2020-01-08 19:13:22 -03:00
parent 163be94dd4
commit 5bf7a0a208
6 changed files with 56 additions and 1171 deletions

30
.nycrc
View file

@ -1,30 +0,0 @@
{
"check-coverage": true,
"statements": 0,
"lines": 0,
"functions": 0,
"branches": 0,
"watermarks": {
"statements": [0, 0],
"lines": [0, 0],
"functions": [0, 0],
"branches": [0, 0]
},
"cache": true,
"extension": [
".ts"
],
"include": [
"packages/**"
],
"exclude": [
"**/node_modules/**/*",
"**/tests/**/*",
"**/default.gbui/**/*",
"**/line.gbui/**/*"
],
"reporter": [
"html"
],
"all": true
}

View file

@ -111,7 +111,7 @@
<div class="tsd-signature tsd-kind-icon">globals<span class="tsd-signature-symbol">:</span> <a href="_src_app_.rootdata.html" class="tsd-signature-type">RootData</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/b058e32/src/app.ts#L74">src/app.ts:74</a></li>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/163be94/src/app.ts#L74">src/app.ts:74</a></li>
</ul>
</aside>
</section>
@ -128,7 +128,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/b058e32/src/app.ts#L80">src/app.ts:80</a></li>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/163be94/src/app.ts#L80">src/app.ts:80</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">

View file

@ -133,7 +133,7 @@
<div class="tsd-signature tsd-kind-icon">Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;require(&#x27;path&#x27;)</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/b058e32/src/app.ts#L43">src/app.ts:43</a></li>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/163be94/src/app.ts#L43">src/app.ts:43</a></li>
</ul>
</aside>
</section>
@ -143,7 +143,7 @@
<div class="tsd-signature tsd-kind-icon">body<wbr>Parser<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;require(&#x27;body-parser&#x27;)</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/b058e32/src/app.ts#L40">src/app.ts:40</a></li>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/163be94/src/app.ts#L40">src/app.ts:40</a></li>
</ul>
</aside>
</section>
@ -153,7 +153,7 @@
<div class="tsd-signature tsd-kind-icon">express<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;require(&#x27;express&#x27;)</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/b058e32/src/app.ts#L39">src/app.ts:39</a></li>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/163be94/src/app.ts#L39">src/app.ts:39</a></li>
</ul>
</aside>
</section>
@ -163,7 +163,7 @@
<div class="tsd-signature tsd-kind-icon">mkdirp<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> =&nbsp;require(&#x27;mkdirp&#x27;)</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/b058e32/src/app.ts#L42">src/app.ts:42</a></li>
<li>Defined in <a href="https://github.com/GeneralBots/BotServer/blob/163be94/src/app.ts#L42">src/app.ts:42</a></li>
</ul>
</aside>
</section>

View file

@ -1,344 +0,0 @@
admin in ~/Desktop/Development/PRAGMA/BotServer on master*
$ node_modules/npm-check/bin/cli.js
⠧ Checking for unused packages. --skip-unused if you don't want this.
@azure/ms-rest-js 😎 MAJOR UP Major update available. https://github.com/Azure/ms-rest-js
npm install --save @azure/ms-rest-js@2.0.4 to go from 1.8.13 to 2.0.4
@microsoft/microsoft-graph-client 😎 MAJOR UP Major update available. https://github.com/microsoftgraph/msgraph-sdk-javascript#readme
npm install --save @microsoft/microsoft-graph-client@2.0.0 to go from 1.7.0 to 2.0.0
@semantic-release/exec 😕 NOTUSED? Still using @semantic-release/exec?
Depcheck did not find code similar to require('@semantic-release/exec') or import from '@semantic-release/exec'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save @semantic-release/exec
async 😎 MAJOR UP Major update available. https://caolan.github.io/async/
npm install --save async@3.1.0 to go from 2.6.3 to 3.1.0
😕 NOTUSED? Still using async?
Depcheck did not find code similar to require('async') or import from 'async'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save async
azure-arm-cognitiveservices ⁉️ MISMATCH Installed version does not match package.json. 3.0.0 ≠ 4.0.0
bluebird 😎 PATCH UP Patch update available. https://github.com/petkaantonov/bluebird
npm install --save bluebird@3.7.2 to go from 3.7.1 to 3.7.2
botbuilder 😍 UPDATE! Your local install is out of date. https://github.com/Microsoft/botbuilder-js#readme
npm install --save botbuilder@4.7.0 to go from 4.6.0 to 4.7.0
botbuilder-ai 😍 UPDATE! Your local install is out of date. https://github.com/Microsoft/botbuilder-js#readme
npm install --save botbuilder-ai@4.7.0 to go from 4.6.0 to 4.7.0
botbuilder-azure 😍 UPDATE! Your local install is out of date. https://github.com/Microsoft/botbuilder-js#readme
npm install --save botbuilder-azure@4.7.0 to go from 4.6.0 to 4.7.0
😕 NOTUSED? Still using botbuilder-azure?
Depcheck did not find code similar to require('botbuilder-azure') or import from 'botbuilder-azure'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save botbuilder-azure
botbuilder-dialogs 😍 UPDATE! Your local install is out of date. https://github.com/Microsoft/botbuilder-js#readme
npm install --save botbuilder-dialogs@4.7.0 to go from 4.6.0 to 4.7.0
child_process 😕 NOTUSED? Still using child_process?
Depcheck did not find code similar to require('child_process') or import from 'child_process'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save child_process
chokidar 😎 PATCH UP Patch update available. https://github.com/paulmillr/chokidar
npm install --save chokidar@3.3.1 to go from 3.3.0 to 3.3.1
😕 NOTUSED? Still using chokidar?
Depcheck did not find code similar to require('chokidar') or import from 'chokidar'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save chokidar
commonmark 😕 NOTUSED? Still using commonmark?
Depcheck did not find code similar to require('commonmark') or import from 'commonmark'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save commonmark
csv-parse 😎 MINOR UP Minor update available. https://csv.js.org/parse/
npm install --save csv-parse@4.8.3 to go from 4.6.5 to 4.8.3
dotenv-extended 😍 UPDATE! Your local install is out of date. https://github.com/keithmorris/node-dotenv-extended#readme
npm install --save dotenv-extended@2.7.1 to go from 2.5.0 to 2.7.1
exceljs 😎 MAJOR UP Major update available. https://github.com/exceljs/exceljs#readme
npm install --save exceljs@3.5.0 to go from 1.15.0 to 3.5.0
express-promise-router 😕 NOTUSED? Still using express-promise-router?
Depcheck did not find code similar to require('express-promise-router') or import from 'express-promise-router'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save express-promise-router
fs-extra 😕 NOTUSED? Still using fs-extra?
Depcheck did not find code similar to require('fs-extra') or import from 'fs-extra'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save fs-extra
ip 😕 NOTUSED? Still using ip?
Depcheck did not find code similar to require('ip') or import from 'ip'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save ip
localize 😕 NOTUSED? Still using localize?
Depcheck did not find code similar to require('localize') or import from 'localize'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save localize
marked 😎 NEW VER! NonSemver update available. https://marked.js.org
npm install --save marked@0.8.0 to go from 0.7.0 to 0.8.0
mocha-typescript 😕 NOTUSED? Still using mocha-typescript?
Depcheck did not find code similar to require('mocha-typescript') or import from 'mocha-typescript'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save mocha-typescript
ms 😕 NOTUSED? Still using ms?
Depcheck did not find code similar to require('ms') or import from 'ms'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save ms
ms-rest-azure 😎 MAJOR UP Major update available. https://github.com/Azure/azure-sdk-for-node/runtime/ms-rest-azure
npm install --save ms-rest-azure@3.0.0 to go from 2.6.0 to 3.0.0
nexmo 😎 PATCH UP Patch update available. https://github.com/nexmo/nexmo-node
npm install --save nexmo@2.5.2 to go from 2.5.1 to 2.5.2
ngrok 😎 PATCH UP Patch update available. https://github.com/bubenshchykov/ngrok#readme
npm install --save ngrok@3.2.7 to go from 3.2.5 to 3.2.7
npm 😍 UPDATE! Your local install is out of date. https://docs.npmjs.com/
npm install --save npm@6.13.4 to go from 6.13.0 to 6.13.4
npm-check 😕 NOTUSED? Still using npm-check?
Depcheck did not find code similar to require('npm-check') or import from 'npm-check'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save npm-check
nyc 😎 MAJOR UP Major update available. https://istanbul.js.org/
npm install --save nyc@15.0.0 to go from 14.1.1 to 15.0.0
process-exists 😎 MAJOR UP Major update available. https://github.com/sindresorhus/process-exists#readme
npm install --save process-exists@4.0.0 to go from 3.1.0 to 4.0.0
😕 NOTUSED? Still using process-exists?
Depcheck did not find code similar to require('process-exists') or import from 'process-exists'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save process-exists
public-ip 😎 MAJOR UP Major update available. https://github.com/sindresorhus/public-ip#readme
npm install --save public-ip@4.0.0 to go from 3.2.0 to 4.0.0
scanf 😎 MINOR UP Minor update available. https://github.com/Lellansin/node-scanf
npm install --save scanf@1.1.1 to go from 1.0.2 to 1.1.1
sequelize 😎 PATCH UP Patch update available. https://sequelize.org/
npm install --save sequelize@5.21.3 to go from 5.21.2 to 5.21.3
😕 NOTUSED? Still using sequelize?
Depcheck did not find code similar to require('sequelize') or import from 'sequelize'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save sequelize
sequelize-typescript 😎 MAJOR UP Major update available. https://github.com/RobinBuschmann/sequelize-typescript#readme
npm install --save sequelize-typescript@1.1.0 to go from 0.6.11 to 1.1.0
simple-git 😎 MINOR UP Minor update available. https://github.com/steveukx/git-js#readme
npm install --save simple-git@1.129.0 to go from 1.126.0 to 1.129.0
sqlite3 😎 PATCH UP Patch update available. https://github.com/mapbox/node-sqlite3
npm install --save sqlite3@4.1.1 to go from 4.1.0 to 4.1.1
😕 NOTUSED? Still using sqlite3?
Depcheck did not find code similar to require('sqlite3') or import from 'sqlite3'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save sqlite3
swagger-client 😎 MAJOR UP Major update available. https://github.com/swagger-api/swagger-js#readme
npm install --save swagger-client@3.9.6 to go from 2.1.32 to 3.9.6
tedious 😎 PATCH UP Patch update available. https://github.com/tediousjs/tedious
npm install --save tedious@6.6.5 to go from 6.6.2 to 6.6.5
😕 NOTUSED? Still using tedious?
Depcheck did not find code similar to require('tedious') or import from 'tedious'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save tedious
temperature-js 😕 NOTUSED? Still using temperature-js?
Depcheck did not find code similar to require('temperature-js') or import from 'temperature-js'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save temperature-js
ts-node 😎 PATCH UP Patch update available. https://github.com/TypeStrong/ts-node
npm install --save ts-node@8.5.4 to go from 8.5.0 to 8.5.4
😕 NOTUSED? Still using ts-node?
Depcheck did not find code similar to require('ts-node') or import from 'ts-node'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save ts-node
typedoc 😎 NEW VER! NonSemver update available. https://typedoc.org
npm install --save typedoc@0.15.6 to go from 0.15.1 to 0.15.6
typedoc-plugin-external-module-name 😕 NOTUSED? Still using typedoc-plugin-external-module-name?
Depcheck did not find code similar to require('typedoc-plugin-external-module-name') or import from 'typedoc-plugin-external-module-name'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save typedoc-plugin-external-module-name
typedoc-plugin-markdown 😎 MAJOR UP Major update available. https://github.com/tom-grey/typedoc-plugin-markdown#readme
npm install --save typedoc-plugin-markdown@2.2.14 to go from 1.2.1 to 2.2.14
😕 NOTUSED? Still using typedoc-plugin-markdown?
Depcheck did not find code similar to require('typedoc-plugin-markdown') or import from 'typedoc-plugin-markdown'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save typedoc-plugin-markdown
typescript 😎 PATCH UP Patch update available. https://www.typescriptlang.org/
npm install --save typescript@3.7.4 to go from 3.7.2 to 3.7.4
winston 😕 NOTUSED? Still using winston?
Depcheck did not find code similar to require('winston') or import from 'winston'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save winston
xlsx 😎 NEW VER! NonSemver update available. http://sheetjs.com/opensource
npm install --save xlsx@0.15.4 to go from 0.15.1 to 0.15.4
😕 NOTUSED? Still using xlsx?
Depcheck did not find code similar to require('xlsx') or import from 'xlsx'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save xlsx
@semantic-release/changelog 😎 PATCH UP Patch update available. https://github.com/semantic-release/changelog#readme
npm install --save-dev @semantic-release/changelog@3.0.6 to go from 3.0.5 to 3.0.6
😕 NOTUSED? Still using @semantic-release/changelog?
Depcheck did not find code similar to require('@semantic-release/changelog') or import from '@semantic-release/changelog'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev @semantic-release/changelog
@semantic-release/commit-analyzer 😕 NOTUSED? Still using @semantic-release/commit-analyzer?
Depcheck did not find code similar to require('@semantic-release/commit-analyzer') or import from '@semantic-release/commit-analyzer'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev @semantic-release/commit-analyzer
@semantic-release/git 😕 NOTUSED? Still using @semantic-release/git?
Depcheck did not find code similar to require('@semantic-release/git') or import from '@semantic-release/git'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev @semantic-release/git
@semantic-release/github 😎 PATCH UP Patch update available. https://github.com/semantic-release/github#readme
npm install --save-dev @semantic-release/github@5.5.8 to go from 5.5.6 to 5.5.8
😕 NOTUSED? Still using @semantic-release/github?
Depcheck did not find code similar to require('@semantic-release/github') or import from '@semantic-release/github'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev @semantic-release/github
@semantic-release/npm 😎 PATCH UP Patch update available. https://github.com/semantic-release/npm#readme
npm install --save-dev @semantic-release/npm@5.3.5 to go from 5.3.4 to 5.3.5
😕 NOTUSED? Still using @semantic-release/npm?
Depcheck did not find code similar to require('@semantic-release/npm') or import from '@semantic-release/npm'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev @semantic-release/npm
@semantic-release/release-notes-generator 😎 PATCH UP Patch update available. https://github.com/semantic-release/release-notes-generator#readme
npm install --save-dev @semantic-release/release-notes-generator@7.3.5 to go from 7.3.2 to 7.3.5
😕 NOTUSED? Still using @semantic-release/release-notes-generator?
Depcheck did not find code similar to require('@semantic-release/release-notes-generator') or import from '@semantic-release/release-notes-generator'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev @semantic-release/release-notes-generator
@types/chai 😎 PATCH UP Patch update available. https://github.com/DefinitelyTyped/DefinitelyTyped
npm install --save-dev @types/chai@4.2.7 to go from 4.2.5 to 4.2.7
@types/sequelize 😎 PATCH UP Patch update available. https://github.com/DefinitelyTyped/DefinitelyTyped
npm install --save-dev @types/sequelize@4.28.8 to go from 4.28.6 to 4.28.8
commitizen 😎 MAJOR UP Major update available. https://github.com/commitizen/cz-cli
npm install --save-dev commitizen@4.0.3 to go from 3.1.2 to 4.0.3
coveralls 😎 PATCH UP Patch update available. https://github.com/nickmerwin/node-coveralls#readme
npm install --save-dev coveralls@3.0.9 to go from 3.0.7 to 3.0.9
cz-conventional-changelog 😎 MAJOR UP Major update available. https://github.com/commitizen/cz-conventional-changelog
npm install --save-dev cz-conventional-changelog@3.0.2 to go from 2.1.0 to 3.0.2
dependency-check 😎 MAJOR UP Major update available. https://github.com/dependency-check-team/dependency-check
npm install --save-dev dependency-check@4.1.0 to go from 3.4.1 to 4.1.0
deps-ok 😕 NOTUSED? Still using deps-ok?
Depcheck did not find code similar to require('deps-ok') or import from 'deps-ok'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev deps-ok
pre-git 😕 NOTUSED? Still using pre-git?
Depcheck did not find code similar to require('pre-git') or import from 'pre-git'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev pre-git
prettier-standard 😎 MAJOR UP Major update available. https://github.com/sheerun/prettier-standard#readme
npm install --save-dev prettier-standard@16.1.0 to go from 9.1.1 to 16.1.0
semantic-release 😎 MINOR UP Minor update available. https://github.com/semantic-release/semantic-release#readme
npm install --save-dev semantic-release@15.14.0 to go from 15.13.30 to 15.14.0
standard 😎 MAJOR UP Major update available. https://standardjs.com
npm install --save-dev standard@14.3.1 to go from 12.0.1 to 14.3.1
😕 NOTUSED? Still using standard?
Depcheck did not find code similar to require('standard') or import from 'standard'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev standard
ts-loader 😕 NOTUSED? Still using ts-loader?
Depcheck did not find code similar to require('ts-loader') or import from 'ts-loader'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev ts-loader
tslint-microsoft-contrib 😕 NOTUSED? Still using tslint-microsoft-contrib?
Depcheck did not find code similar to require('tslint-microsoft-contrib') or import from 'tslint-microsoft-contrib'.
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used.
Use --skip-unused to skip this check.
To remove this package: npm uninstall --save-dev tslint-microsoft-contrib
underscore 😟 PKG ERR! Not in the package.json. Found in: /docs/reference/assets/js/main.js
rimraf 😟 PKG ERR! Not in the package.json. Found in: /packages/admin.gbapp/dialogs/AdminDialog.ts, /packages/core.gbapp/services/GBDeployer.ts
😎 MAJOR UP Major update available. https://github.com/isaacs/rimraf#readme
npm install --save rimraf@3.0.0 to go from 2.6.3 to 3.0.0
botframework-connector 😟 PKG ERR! Not in the package.json. Found in: /packages/core.gbapp/services/GBMinService.ts
😎 MINOR UP Minor update available. https://github.com/Microsoft/botbuilder-js#readme
npm install --save botframework-connector@4.7.0 to go from 4.6.0 to 4.7.0
mkdirp 😟 PKG ERR! Not in the package.json. Found in: /src/app.ts
Use npm-check -u for interactive update.

837
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,9 +29,6 @@
"build-server": "tsc",
"build-gbui": "cd packages/default.gbui && echo SKIP_PREFLIGHT_CHECK=true >.env && npm install && npm run build",
"build-docs": "typedoc --options typedoc.json src/",
"test": "nyc --reporter=html --reporter=text mocha -r ts-node/register packages/**/*.test.ts ",
"pretest": "npm run build",
"coveralls": "npm run test && nyc report --reporter=text-lcov | coveralls",
"start": "node ./boot.js",
"reverse-proxy": "node_modules/.bin/ngrok http 4242",
"watch:build": "tsc --watch",
@ -80,7 +77,6 @@
"nexmo": "^2.5.2",
"ngrok": "^3.2.7",
"npm": "^6.13.4",
"nyc": "^15.0.0",
"opn": "6.0.0",
"pragmatismo-io-framework": "1.0.20",
"public-ip": "^4.0.0",