You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
561 B
JSON
23 lines
561 B
JSON
{
|
|
"name": "@phc/problemi-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start:frontend": "cd frontend && npm run dev",
|
|
"start:server": "node ./main.js",
|
|
"start": "concurrently npm:start:server npm:start:frontend"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"chalk": "^5.1.2",
|
|
"express": "^4.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^7.5.0",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|