29 lines
829 B
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"
|
|
]
|
|
}
|