4LostInSpace
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user