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.

24 lines
596 B
JSON

{
"name": "@phc/problemi-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
2 years ago
"start:frontend": "cd frontend && npm run dev",
"start:server": "node ./main.js",
"start": "concurrently npm:start:server npm:start:frontend"
},
2 years ago
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.1",
"chalk": "^5.1.2",
2 years ago
"cookie-parser": "^1.4.6",
2 years ago
"express": "^4.18.2"
},
"devDependencies": {
"concurrently": "^7.5.0",
"npm-run-all": "^4.1.5"
}
}