nodejs-docs-hello-world / package.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
9a800e5 verified
Raw
History Blame Contribute Delete
1.03 kB
{
"name": "connecthub",
"version": "1.0.0",
"description": "Advanced social media platform with innovative voice features and enhanced security",
"main": "index.html",
"scripts": {
"start": "npx http-server -p 8080 -o",
"build": "echo 'No build step required for pure HTML/CSS/JS'",
"test": "echo 'No tests specified'",
"deploy": "gh-pages -d ."
},
"keywords": [
"social-media",
"web-app",
"voice-comments",
"multilingual",
"javascript",
"html5",
"css3"
],
"author": "MiniMax Agent",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/connecthub.git"
},
"bugs": {
"url": "https://github.com/yourusername/connecthub/issues"
},
"homepage": "https://yourusername.github.io/connecthub",
"devDependencies": {
"http-server": "^14.1.1",
"gh-pages": "^6.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
}