Open version of catvod.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
CatVodOpen/sniffer/package.json

24 lines
539 B

{
"name": "sniffer",
"version": "1.0.0",
"description": "CatVodeOpen sniffer",
"main": "index.js",
"scripts": {
"start": "electron index.js"
},
"author": "Simon",
"license": "ISC",
"devDependencies": {},
"build": {
"win": {
"target": "dir",
"icon": "./app_icon.ico"
}
},
"dependencies": {
"electron": "^21.2.2",
"puppeteer-core": "^19.2.2",
"puppeteer-in-electron": "^3.0.5",
"electron-store": "^8.1.0"
}
}