File size: 1,030 Bytes
9a800e5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | {
"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"
}
} |