CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
TheLazySquid

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: TheLazySquid/GimkitCheat
Path: blob/main/package.json
Views: 1178
1
{
2
"name": "gimkitcheat",
3
"version": "1.2.1",
4
"description": "A script to cheat in various Gimkit gamemodes",
5
"main": "build/bundle.js",
6
"type": "module",
7
"scripts": {
8
"build": "rollup -c",
9
"watch": "rollup -c -w",
10
"fullbuild": "rollup -c -w full"
11
},
12
"repository": {
13
"type": "git",
14
"url": "github.com/TheLazySquid/GimkitCheat"
15
},
16
"keywords": [
17
"Gimkit"
18
],
19
"author": "TheLazySquid",
20
"license": "MIT",
21
"devDependencies": {
22
"@rollup/plugin-commonjs": "^25.0.7",
23
"@rollup/plugin-node-resolve": "^15.2.3",
24
"@rollup/plugin-terser": "^0.4.4",
25
"@rollup/plugin-typescript": "^11.1.6",
26
"@types/tampermonkey": "^5.0.2",
27
"rollup": "^4.9.6",
28
"rollup-plugin-svelte": "^7.1.6",
29
"rollup-plugin-userscript-metablock": "^0.3.3",
30
"sass": "^1.70.0",
31
"svelte-preprocess": "^5.1.3"
32
},
33
"dependencies": {
34
"colyseus.js": "^0.15.17",
35
"debounce": "^2.0.0",
36
"svelte-material-icons": "^3.0.5"
37
}
38
}
39
40