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.
 
 
 

72 lines
1.9 KiB

{
"name": "coomext",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node ./build-test.js",
"build": "node ./build.js",
"ver": "tsc -v",
"build_chrome": "node ./build-chrome.js",
"build_ff": "node ./build-ff.js",
"watch": "esbuild src/main.ts --bundle --outfile=dist/main.js --define:global=window --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@astronautlabs/bitstream": "^4.1.3",
"assert-browserify": "^2.0.0",
"base58": "^2.0.1",
"blockhash": "^0.2.0",
"browser-process": "^0.0.1",
"browserify-zlib": "^0.2.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"crc-32": "^1.2.2",
"events": "^3.3.0",
"f5stegojs": "^0.1.2",
"file-type": "^18.0.0",
"hls.js": "^1.2.9",
"image-hash": "^5.3.1",
"jpeg-js": "^0.4.4",
"jsdom": "^20.0.3",
"linkify-string": "^4.0.2",
"lodash": "^4.17.21",
"mp4box": "^0.5.2",
"path-browserify": "^1.0.1",
"png-js": "^1.0.0",
"readable-stream": "^4.2.0",
"socks-proxy-agent": "^7.0.0",
"ts-ebml": "^2.0.2",
"util": "^0.12.5"
},
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",
"@types/jsdom": "^20.0.1",
"@types/lodash": "^4.14.191",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"crx": "^5.0.1",
"esbuild": "^0.16.10",
"esbuild-css-modules-plugin": "^2.6.3",
"esbuild-plugin-inline-worker": "^0.1.1",
"esbuild-svelte": "^0.7.3",
"eslint": "^8.30.0",
"svelte": "^3.55.0",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^5.0.0",
"typescript": "^4.9.4",
"web-ext": "^7.4.0",
"web-ext-types": "^3.2.1"
},
"browser": {
"node:buffer": "buffer",
"node:stream": "readable-stream",
"stream": "readable-stream",
"assert": "assert-browserify",
"path": "assert-browserify",
"process": "browser-process",
"zlib": "browserify-zlib"
}
}