Bumps [random](https://github.com/transitive-bullshit/random) from 2.2.0 to 3.0.3. - [Release notes](https://github.com/transitive-bullshit/random/releases) - [Commits](https://github.com/transitive-bullshit/random/compare/v2.2.0...v3.0.3) Signed-off-by: dependabot[bot] <support@github.com>
23 lines
406 B
JSON
23 lines
406 B
JSON
{
|
|
"name": "dsabot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint commands/",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^12.5.0",
|
|
"dotenv": "^8.2.0",
|
|
"nedb": "^1.8.0",
|
|
"node-fetch": "^2.6.1",
|
|
"random": "^3.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|