You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
387 B
14 lines
387 B
{ |
|
"name": "mudbase", |
|
"version": "1.0.0", |
|
"scripts": { |
|
"client": "cd client && npm run-script dev", |
|
"server": "cd server && npm run-script dev", |
|
"dev": "concurrently --kill-others-on-fail \"npm run-script server\" \"npm run-script client\"", |
|
"start": "npm run-script dev" |
|
}, |
|
"dependencies": { |
|
"concurrently": "^4.0.1", |
|
"express-session": "^1.17.1" |
|
} |
|
}
|
|
|