Mxltic commited on
Commit
a1fca4d
·
verified ·
1 Parent(s): 7ed0620

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +19 -0
package.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Xsp29",
3
+ "version": "1.0.0",
4
+ "description": "Project Xsp29",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "start": "node index.js"
9
+ },
10
+ "dependencies": {
11
+ "express": "latest",
12
+ "axios": "latest",
13
+ "cheerio": "latest",
14
+ "playwright": "latest",
15
+ "puppeteer-core": "latest",
16
+ "multer": "latest",
17
+ "ws": "latest"
18
+ }
19
+ }