UNPKG

workerboxjs

Version:

A secure sandbox to execute untrusted user JavaScript, in a web browser, without any risk to your own domain/site/page.

50 lines (49 loc) 1.24 kB
{ "name": "workerboxjs", "version": "6.4.10", "type": "module", "description": "A secure sandbox to execute untrusted user JavaScript, in a web browser, without any risk to your own domain/site/page.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start": "node build.js --watch & servatron --http2 --port 8002 --directory server/dist", "build": "node build.js", "test": "node test" }, "files": [ "lib" ], "keywords": [ "sandbox", "eval", "execute", "javascript", "untrusted" ], "author": "Mark Wylde <me@markwylde.com> (https://github.com/markwylde)", "license": "MIT", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/markwylde/workerbox.git" }, "bugs": { "url": "https://github.com/markwylde/workerbox/issues" }, "homepage": "https://github.com/markwylde/workerbox#readme", "dependencies": { "superjson": "^2.2.6" }, "devDependencies": { "@markwylde/ftp-deploy": "^2.0.3", "chokidar": "^5.0.0", "debounce": "^3.0.0", "esbuild": "^0.27.1", "just-tap": "^2.9.4", "minify": "^14.1.0", "puppeteer": "^24.33.0", "servatron": "^2.9.0" } }