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.

58 lines
1.5 KiB

2 years ago
{
"name": "coomext",
"version": "1.0.0",
"description": "",
"type": "module",
2 years ago
"main": "index.js",
"scripts": {
"test": "node ./build-test.js",
2 years ago
"build": "node ./build.js",
"ver": "tsc -v",
"build_chrome": "node ./build-chrome.js",
"build_ff": "node ./build-ff.js",
2 years ago
"watch": "esbuild src/main.ts --bundle --outfile=dist/main.js --define:global=window --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"blockhash": "^0.2.0",
2 years ago
"buffer": "^6.0.3",
"crc-32": "^1.2.0",
"events": "^3.3.0",
"file-type": "^17.0.2",
"hls.js": "^1.1.5",
"image-hash": "^5.0.1",
"jpeg-js": "^0.4.3",
2 years ago
"jsdom": "^19.0.0",
"linkify-string": "^3.0.4",
"lodash": "^4.17.21",
"mp4box": "^0.5.2",
"png-js": "^1.0.0",
2 years ago
"readable-stream": "^3.6.0",
"socks-proxy-agent": "^7.0.0",
2 years ago
"ts-ebml": "^2.0.2"
2 years ago
},
"devDependencies": {
"@tsconfig/svelte": "^3.0.0",
2 years ago
"@types/jsdom": "^16.2.14",
"@types/lodash": "^4.14.181",
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"crx": "^5.0.1",
"esbuild": "^0.14.48",
"esbuild-css-modules-plugin": "^2.0.9",
"esbuild-svelte": "^0.6.3",
"eslint": "^8.6.0",
"svelte": "^3.44.3",
2 years ago
"svelte-check": "^2.2.11",
"svelte-preprocess": "^4.10.1",
"typescript": "^4.5.4",
"web-ext": "^7.1.1",
"web-ext-types": "^3.2.1"
2 years ago
},
"browser": {
"node:buffer": "buffer",
"node:stream": "readable-stream"
}
}