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
“spicecat” 5c955b7a88 share question
2022-08-18 11:07:55 -04:00

37 lines
1.1 KiB
JSON

{
"name": "qoverflow",
"version": "1.0.0",
"description": "qOverflow client and server",
"main": "index.js",
"homepage": "https://github.com/spicecat/qOverflow",
"scripts": {
"start": "concurrently \"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"
],
"devDependencies": {
"concurrently": "^7.3.0"
},
"dependencies": {
"react-copy-to-clipboard": "^5.1.0"
}
}