AIArchives / package.json
CompactAI's picture
Upload 126 files
f6b8770 verified
Raw
History Blame Contribute Delete
336 Bytes
{
"name": "ai-archives",
"version": "1.0.0",
"description": "AI Archives — only the leaps that matter",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"start:host": "node server/index.js --host"
},
"dependencies": {
"express": "^4.21.0",
"http-proxy-middleware": "^3.0.6"
}
}