Revelav3/package.json
CountBleck fffa8fcf0c
Switch from node-static to serve-static
Unlike node-static, serve-static sets the proper encoding. Also, it's
used by Express. :^)
2022-08-31 19:58:26 -07:00

24 lines
599 B
JSON

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