Can embed any file in a PNG/WebM/GIF/JPEG and upload it to a third-party host through 4chan
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
692 B

{
"name": "coomext",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./build.js",
"watch": "esbuild src/main.ts --bundle --outfile=dist/main.js --define:global=window --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/tampermonkey": "^4.0.5",
"buffer": "^6.0.3",
"crc-32": "^1.2.0",
"events": "^3.3.0",
"file-type": "^17.0.2",
"readable-stream": "^3.6.0",
"ts-ebml": "^2.0.2"
},
"devDependencies": {
"esbuild": "^0.14.7"
},
"browser": {
"node:buffer": "buffer",
"node:stream": "readable-stream"
}
}