updox-bot / package.json
sonuprasad23's picture
changes
48a476c
raw
history blame contribute delete
512 Bytes
{
"name": "practice-fusion-automator",
"version": "1.0.0",
"description": "Automates a task on Practice Fusion with a web UI for Hugging Face Spaces.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.19.2",
"puppeteer": "^21.0.0",
"ws": "^8.17.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"automation",
"puppeteer",
"practice-fusion",
"huggingface-spaces"
],
"author": "",
"license": "MIT"
}