Files
MoodleGPT/package.json
T
2024-02-29 14:52:46 -05:00

40 lines
1.0 KiB
JSON

{
"name": "moodlegpt",
"version": "1.1.0",
"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.262",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"rollup": "^4.12.0",
"rollup-plugin-ts": "^3.2.0",
"typescript": "^5.3.3"
}
}