sandstone-proxy
Version:
An experimental web proxy utilizing sandboxed iframes and no service worker.
34 lines (33 loc) • 866 B
JSON
{
"name": "sandstone-proxy",
"version": "0.2.0",
"description": "An experimental web proxy utilizing sandboxed iframes and no service worker.",
"bugs": {
"url": "https://github.com/ading2210/sandstone/issues"
},
"homepage": "https://github.com/ading2210/sandstone",
"author": "ading2210",
"license": "AGPL-3.0-only",
"main": "dist/sandstone.mjs",
"scripts": {
"build": "npx webpack",
"build:prod": "npx webpack --mode=production",
"dev": "npx webpack --watch",
"dev:all": "concurrently 'npm run dev' 'cd example; npm run dev'"
},
"dependencies": {
"astray": "^1.1.1",
"libcurl.js": "^0.7.0",
"meriyah": "^6.0.3"
},
"devDependencies": {
"concurrently": "^9.1.2",
"terser-webpack-plugin": "^5.3.11",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"files": [
"src",
"dist"
]
}