ShadowVNs commited on
Commit
2ce8a6b
·
verified ·
1 Parent(s): d05ab7a

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +21 -0
package.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "is",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "axios": "^1.7.2",
13
+ "cheerio": "^1.0.0-rc.12",
14
+ "express": "^4.19.2",
15
+ "fs": "^0.0.1-security",
16
+ "node-fetch": "^3.3.2",
17
+ "path": "^0.12.7",
18
+ "puppeteer": "^22.10.0",
19
+ "stream": "^0.0.2"
20
+ }
21
+ }