This commit is contained in:
yoannchb-pro
2023-03-21 21:59:21 -04:00
committed by GitHub
parent 5289620caa
commit 5db3cfad63
18 changed files with 817 additions and 262 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"name": "moodle-gpt",
"version": "1.0.0",
"description": "This extension allows you to hide CHAT-GPT in a Moodle quiz.",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoannchb-pro/MoodleGPT.git"
},
"keywords": [
"solve",
"moodle",
"extension-chrome",
"quiz-solutions",
"chatgpt"
],
"author": "yoannchb",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoannchb-pro/MoodleGPT/issues"
},
"homepage": "https://github.com/yoannchb-pro/MoodleGPT#readme",
"devDependencies": {
"rollup": "^3.20.0",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^5.0.2"
},
"dependencies": {
"@types/chrome": "^0.0.224"
}
}