Revelav3/package.json
2022-09-23 09:06:30 -04:00

23 lines
No EOL
541 B
JSON

{
"name": "nebula-web",
"version": "7.10",
"description": "Explore the web. Freely.",
"type": "module",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"proxy"
],
"author": "Nebula Services",
"license": "GNU AGPL V3",
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
"crypto-js": "4.1.1",
"css-tree": "^2.1.0",
"node-fetch": "^3.2.6",
"serve-static": "^1.15.0",
"ws": "^8.8.1"
}
}