4LostInSpace

This commit is contained in:
2025-02-22 12:36:16 -06:00
commit 6c01fe8122
24 changed files with 4067 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "startrekctf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node --max-old-space-size=32768 convert.js",
"watch": "node --watch-path=./src/core.js --watch-path=./src/main.js --watch-path=./src/design.html convert.js dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"javascript-obfuscator": "^4.1.1"
},
"dependencies": {
"@types/node": "^22.13.4",
"obfuscator-io-deobfuscator": "^1.0.4"
}
}