Node_Hidden_Service_Starter/package.json

17 lines
478 B
JSON

{
"name": "tor",
"version": "1.0.0",
"description": "A Template to Host Tor Hidden Services aka Dark Web Sites on Replit. With Node.js as the Server.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": ["replit", "nodejs", "tor", "darkweb", "ths", "tor-hidden-services"],
"dependencies": {
"body-parser": "^1.19.2",
"dotenv": "^16.0.0",
"express": "^4.17.3"
}
}