maylinejix commited on
Commit
bf612e3
·
verified ·
1 Parent(s): 42a5f4c

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +11 -0
package.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "hcaptcha-solver-ml-api",
3
+ "version": "1.0.0",
4
+ "dependencies": {
5
+ "express": "^4.18.2",
6
+ "playwright": "^1.40.0",
7
+ "@tensorflow/tfjs-node": "^4.15.0",
8
+ "axios": "^1.6.2",
9
+ "sharp": "^0.33.1"
10
+ }
11
+ }