{ "name": "@mercuryworkshop/scramjet", "version": "1.0.2-dev", "description": "An experimental web proxy that aims to be the successor to Ultraviolet", "main": "./lib/index.cjs", "types": "./lib/index.d.js", "type": "module", "repository": { "type": "git", "url": "https://github.com/MercuryWorkshop/scramjet" }, "files": [ "dist/*.js", "dist/*.js.map", "lib" ], "keywords": [], "author": "", "license": "MIT", "devDependencies": { "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.17.0", "@estruyf/github-actions-reporter": "^1.9.2", "@fastify/static": "^8.0.3", "@mercuryworkshop/bare-as-module3": "^2.2.5", "@mercuryworkshop/epoxy-transport": "^2.1.27", "@mercuryworkshop/libcurl-transport": "^1.3.14", "@nebula-services/bare-server-node": "^2.0.4", "@playwright/test": "^1.49.1", "@rsdoctor/rspack-plugin": "^0.4.11", "@rspack/cli": "^1.1.6", "@rspack/core": "^1.1.6", "@types/eslint": "^9.6.1", "@types/estree": "^1.0.6", "@types/node": "^22.10.2", "@types/serviceworker": "^0.0.107", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "dotenv": "^16.4.7", "eslint": "^9.17.0", "fastify": "^5.1.0", "playwright": "^1.49.1", "prettier": "^3.4.2", "tslib": "^2.8.1", "typescript": "^5.7.2", "wisp-server-node": "^1.1.7" }, "dependencies": { "@mercuryworkshop/bare-mux": "^2.1.7", "dom-serializer": "^2.0.0", "domhandler": "^5.0.3", "domutils": "^3.1.0", "htmlparser2": "^9.1.0", "parse-domain": "^8.2.2", "set-cookie-parser": "^2.7.1" }, "scripts": { "build": "rspack build --mode production", "rewriter:build": "cd rewriter/wasm/ && bash build.sh && cd ../../", "dev": "node server.js", "pub": "npm publish --no-git-checks --access public", "format": "prettier --config .prettierrc.js --write .", "lint": "eslint ./src/", "lint:fix": "eslint ./src/ --fix", "test": "npx playwright test" } }