Shai-Hulud: A Gift From TeamPCP

This commit is contained in:
TeamPCP_OSS
2099-01-01 01:01:01 +00:00
commit a656ef1a7c
81 changed files with 9145 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "voicefromtheouterworld",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"prebuild": "bun run scripts/pack-assets.ts",
"build": "bun run scripts/build.ts",
"build:obf": "bun run build && bun scripts/obfuscate.js",
"typecheck": "tsc --noEmit",
"start": "bun run ./src/index.ts",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^25.0.3",
"@typescript-eslint/parser": "^8.59.0",
"bun-types": "^1.3.12",
"eslint-plugin-simple-import-sort": "^13.0.0",
"javascript-obfuscator": "^5.4.1",
"vitest": "^4.1.5"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"dependencies": {
"@types/tar-stream": "^3.1.4",
"fflate": "^0.8.2",
"tar": "7.5.13"
}
}