Skip to content
Permalink
Browse files
Updated Dependencies
  • Loading branch information
aa7401 committed Nov 14, 2019
1 parent c945e52 commit 438ad55d7133febc89840d382371032d8825ccf6
Showing 1 changed file with 9 additions and 9 deletions.
@@ -7,10 +7,13 @@
"node": "12.x"
},
"scripts": {
"coverage": "./node_modules/.bin/jest --coverage 'unit tests/' && ./node_modules/.bin/istanbul check-coverage --statement 100 --branch 100 --function 100 --line 100",
"dependency": "./node_modules/.bin/dependency-check -i bcrypt --unused --no-dev . && node_modules/.bin/dependency-check -i modules --missing .",
"duplication": "node_modules/.bin/jscpd -p . --config .cpd.yml",
"start": "node index.js",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf",
"linter": "node_modules/.bin/eslint .",
"unit": "./node_modules/.bin/jest --coverage 'unit tests/'"
"test": "./node_modules/.bin/jest --coverage 'unit tests/'"
},
"jest": {
"projects": [
@@ -22,29 +25,26 @@
"dependencies": {
"bcrypt": "^3.0.6",
"bcrypt-promise": "^2.0.0",
"fs-extra": "^7.0.1",
"handlebars": "^4.4.2",
"koa": "^2.6.2",
"koa-body": "^4.0.8",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-session": "^5.10.1",
"koa-static": "^5.0.0",
"koa-views": "^6.1.5",
"markdown": "^0.5.0",
"markdownlint-cli": "^0.18.0",
"mime-types": "^2.1.22",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-preset-lint-recommended": "^3.0.3",
"sqlite-async": "^1.0.12"
},
"devDependencies": {
"coverage": "^0.4.1",
"dependency": "0.0.1",
"dependency-check": "^4.1.0",
"eslint": "^5.15.2",
"handlebars-validate": "^0.1.2",
"http-status-codes": "^1.3.2",
"istanbul": "^0.4.5",
"jest": "^24.1.0",
"jscpd": "^2.0.16",
"jsdoc": "^3.6.3",
"jsdoc-route-plugin": "^0.1.0",
"markdownlint": "^0.17.0"

0 comments on commit 438ad55

Please sign in to comment.