Skip to content

Commit

Permalink
🎉 feat: Finished the demo version of the library
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelam committed Apr 3, 2023
1 parent 96fab2d commit 7cb70ab
Show file tree
Hide file tree
Showing 12 changed files with 1,021 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cookie.json
node_modules
lib/**/*
lib/**/*
.DS_Store
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,33 @@
"description": "",
"main": "lib/index.js",
"scripts": {
"dev": "ts-node src/",
"build": "tsc"
"dev": "ts-node src/index.ts",
"build": "tsc",
"start": "node lib/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/argparse": "^2.0.10",
"@types/chalk": "^2.2.0",
"@types/node": "^18.15.11",
"@types/tough-cookie": "^4.0.2",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
},
"dependencies": {
"argparse": "^2.0.1",
"axios": "^1.3.4",
"axios-cookiejar-support": "^4.0.6",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"rxjs": "^7.8.0",
"socks-proxy-agent": "^7.0.0",
"tough-cookie": "^4.1.2",
"uuid": "^9.0.0",
"ws": "^8.13.0"
}
Expand Down
Loading

0 comments on commit 7cb70ab

Please sign in to comment.