@soymaycol/mayreplit
Version:
Mantén tu Replit activo 24/7 sin APIs - Creado por SoyMaycol
41 lines • 860 B
JSON
{
"name": "@soymaycol/mayreplit",
"version": "1.0.0",
"description": "Mantén tu Replit activo 24/7 sin APIs - Creado por SoyMaycol",
"main": "index.js",
"type": "module",
"keywords": [
"replit",
"24/7",
"keep-alive",
"automation",
"playwright",
"screenshot"
],
"author": {
"name": "SoyMaycol",
"github": "SoySapo6"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/SoySapo6/MayReplit.git"
},
"bugs": {
"url": "https://github.com/SoySapo6/MayReplit/issues"
},
"homepage": "https://github.com/SoySapo6/MayReplit#readme",
"dependencies": {
"playwright-chromium": "^1.40.0"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"index.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}