appstategettercc / package.json
Jonell01's picture
Create package.json
e68ae31 verified
raw
history blame contribute delete
438 Bytes
{
"name": "nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^18.0.6",
"axios": "^1.7.9",
"express": "^4.21.0",
"freeport": "^1.0.5",
"proxy-chain": "^2.5.3",
"puppeteer": "^23.5.1",
"puppeteer-core": "^23.5.1"
}
}