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
2022-08-16 18:08:46 -05:00

31 lines
1,000 B
JSON

{
"name": "qoverflow",
"version": "1.0.0",
"description": "qOverflow client and server",
"main": "index.js",
"homepage": "https://github.com/spicecat/qOverflow",
"scripts": {
"start": "npm start -w client & npm start -w server",
"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 run dev -w client & npm run dev -w server",
"build": "npm run build -w client",
"predeploy": "npm run predeploy -w client",
"deploy": "npm run deploy -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"
]
}