Skip to content
Snippets Groups Projects
Commit 5a150393 authored by Benedikt Magnus's avatar Benedikt Magnus
Browse files

Updated dependencies.

parent 56e1309d
No related branches found
No related tags found
No related merge requests found
......@@ -15,25 +15,25 @@
"test": "./node_modules/.bin/mocha -r ts-node/register -t 12000 'tests/**/*.ts'",
"coverage": "./node_modules/.bin/nyc npm run test"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"discord.js": "^11.5.1",
"better-sqlite3": "^5.4.3"
"better-sqlite3": "7.4.3",
"discord.js": "13.2.0"
},
"devDependencies": {
"@types/node": "^12.12.7",
"@types/better-sqlite3": "^5.4.0",
"typescript": "^3.7.2",
"eslint": "^6.6.0",
"@typescript-eslint/parser": "^2.7.0",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"mocha": "^6.2.2",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"@types/chai": "4.2.5",
"nyc": "^14.1.1",
"ts-node": "^8.5.0"
},
"peerDependencies": {
"node": "^12.13.0"
"@types/better-sqlite3": "7.4.0",
"@types/chai": "4.2.22",
"@types/mocha": "9.0.0",
"@types/node": "16.10.3",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"chai": "4.3.4",
"mocha": "9.1.2",
"nyc": "15.1.0",
"ts-node": "10.2.1",
"typescript": "4.4.3"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment