Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhnguyen97 authored Nov 3, 2024
1 parent 2a0a54e commit e1669a9
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 0 deletions.
35 changes: 35 additions & 0 deletions api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "web-mining-proxy",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"uuid": "^10.0.0",
"ws": "^8.16.0"
},
"pkg": {
"targets": [ "node18-linux", "node18-macos" ]
}
}
Loading

0 comments on commit e1669a9

Please sign in to comment.