openctf-server 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__init__.py +1 -1
- package/package.json +9 -2
package/__init__.py
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openctf-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "OpenCTF lab CTF platform server (Flask API + sandboxed target-website service), bundled as Python source with a Node launcher. Requires Python 3.10+ already installed - npm cannot install a Python runtime for you.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"openctf-server": "bin/openctf-server.js"
|
|
@@ -21,7 +21,14 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=18"
|
|
23
23
|
},
|
|
24
|
-
"keywords": [
|
|
24
|
+
"keywords": [
|
|
25
|
+
"ctf",
|
|
26
|
+
"capture-the-flag",
|
|
27
|
+
"security",
|
|
28
|
+
"lab",
|
|
29
|
+
"flask",
|
|
30
|
+
"python"
|
|
31
|
+
],
|
|
25
32
|
"license": "MIT",
|
|
26
33
|
"homepage": "https://github.com/XHiddenProjects/OpenCTF",
|
|
27
34
|
"repository": {
|