modif
This commit is contained in:
parent
21c488eeba
commit
3bab80711b
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
const axios = require("axios");
|
const axios = require("axios");
|
||||||
const querystring = require("querystring");
|
const querystring = require("querystring");
|
||||||
import puppeteer from "puppeteer";
|
const puppeteer = require("puppeteer");
|
||||||
|
|
||||||
const clientId = "780w7gsy8eysmj";
|
const clientId = "780w7gsy8eysmj";
|
||||||
const clientSecret = "WPL_AP1.w6OTTkAndAdT3PYF.UZEcwQ==";
|
const clientSecret = "WPL_AP1.w6OTTkAndAdT3PYF.UZEcwQ==";
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,8 @@
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"express-session": "^1.17.1"
|
"express-session": "^1.17.1",
|
||||||
|
"puppeteer": "^21.3.8"
|
||||||
},
|
},
|
||||||
"author": "ExostFlash",
|
"author": "ExostFlash",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue