CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
gbaranski

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: gbaranski/quizizz-cheat
Path: blob/master/package.json
Views: 2223
1
{
2
"name": "quizizz-cheat",
3
"version": "1.0.0",
4
"description": "Cheat for quizizz",
5
"main": "src/index.ts",
6
"private": true,
7
"scripts": {
8
"build": "webpack"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/gbaranski/quizizz-cheat.git"
13
},
14
"author": "gbaranski",
15
"license": "ISC",
16
"bugs": {
17
"url": "https://github.com/gbaranski/quizizz-cheat/issues"
18
},
19
"homepage": "https://github.com/gbaranski/quizizz-cheat#readme",
20
"devDependencies": {
21
"copy-webpack-plugin": "^7.0.0",
22
"javascript-obfuscator": "^2.10.3",
23
"ts-loader": "^8.0.12",
24
"typescript": "^4.1.3",
25
"webpack": "^5.10.3",
26
"webpack-cli": "^4.2.0",
27
"webpack-obfuscator": "^3.3.0"
28
}
29
}
30
31