This repository has been archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Conventional Changelog Action
committed
Dec 30, 2021
1 parent
dcda152
commit 229304c
Showing
1 changed file
with
59 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
{ | ||
"name": "classroom-monitor-bot", | ||
"version": "1.14.6", | ||
"description": "Friendly Discord bot for the Community Classroom Discord server", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "husky install", | ||
"start": "nodemon index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/commclassroom/classroom-monitor-bot.git" | ||
}, | ||
"keywords": [ | ||
"node", | ||
"express", | ||
"discordjs", | ||
"free-edu", | ||
"cs" | ||
], | ||
"author": "Community Classroom", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/commclassroom/classroom-monitor-bot/issues" | ||
}, | ||
"homepage": "https://github.com/commclassroom/classroom-monitor-bot#readme", | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"docsify-cli": "^4.4.3", | ||
"eslint": "^7.31.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^7.0.0", | ||
"lint-staged": "^11.1.1", | ||
"nodemon": "^2.0.12", | ||
"prettier": "^2.3.2" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"prettier --write" | ||
] | ||
}, | ||
"dependencies": { | ||
"alex": "^9.1.0", | ||
"alexjs": "^1.0.0", | ||
"bing-translate-api": "^2.2.0", | ||
"discord.js": "^12.5.3", | ||
"dotenv": "^10.0.0", | ||
"fs": "^0.0.1-security", | ||
"memejs": "^2.0.1", | ||
"winston": "^3.3.3" | ||
}, | ||
"engines": { | ||
"node": "16.x", | ||
"npm": "7.x" | ||
} | ||
} | ||
"name": "classroom-monitor-bot", | ||
"version": "1.15.0", | ||
"description": "Friendly Discord bot for the Community Classroom Discord server", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "husky install", | ||
"start": "nodemon index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/commclassroom/classroom-monitor-bot.git" | ||
}, | ||
"keywords": [ | ||
"node", | ||
"express", | ||
"discordjs", | ||
"free-edu", | ||
"cs" | ||
], | ||
"author": "Community Classroom", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/commclassroom/classroom-monitor-bot/issues" | ||
}, | ||
"homepage": "https://github.com/commclassroom/classroom-monitor-bot#readme", | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"docsify-cli": "^4.4.3", | ||
"eslint": "^7.31.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"husky": "^7.0.0", | ||
"lint-staged": "^11.1.1", | ||
"nodemon": "^2.0.12", | ||
"prettier": "^2.3.2" | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"prettier --write" | ||
] | ||
}, | ||
"dependencies": { | ||
"alex": "^9.1.0", | ||
"alexjs": "^1.0.0", | ||
"bing-translate-api": "^2.2.0", | ||
"discord.js": "^12.5.3", | ||
"dotenv": "^10.0.0", | ||
"fs": "^0.0.1-security", | ||
"memejs": "^2.0.1", | ||
"winston": "^3.3.3" | ||
}, | ||
"engines": { | ||
"node": "16.x", | ||
"npm": "7.x" | ||
} | ||
} |