This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
qoverflow/package.json

29 lines
829 B
JSON

{
"name": "qoverflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "https://github.com/spicecat/qOverflow#readme",
"scripts": {
"start": "npm start -w",
"start:server": "npm start -w server",
"start:client": "npm start -w client",
"start:prod": "npm run prod -w server",
"prestart:prod": "npm ci && npm run build",
"dev": "npm start -workspaces",
"build": "npm run build -w client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spicecat/qOverflow.git"
},
"author": "C4 Patino, Tejus Krishan, Andy Teh",
"license": "ISC",
"bugs": {
"url": "https://github.com/spicecat/qOverflow/issues"
},
"workspaces": [
"client",
"server"
]
}