Files
MoodleGPT/package.json
T
2023-06-20 20:31:08 -04:00

33 lines
762 B
JSON

{
"name": "moodlegpt",
"version": "1.0.3",
"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": {
"@types/chrome": "^0.0.224",
"@rollup/plugin-terser": "^0.4.3",
"rollup": "^3.20.0",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^5.0.2"
}
}