40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "moodlegpt",
|
|
"version": "1.1.1",
|
|
"description": "This extension allows you to hide CHAT-GPT in a Moodle quiz.",
|
|
"scripts": {
|
|
"build": "npm run prettier && npm run lint && rollup -c",
|
|
"lint": "eslint . --ext .ts",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"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/plugin-terser": "^0.4.4",
|
|
"@types/chrome": "^0.0.263",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "^3.2.5",
|
|
"rollup": "^4.13.0",
|
|
"rollup-plugin-ts": "^3.2.0",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|