18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"name": "api-debug",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "concurrently \"cd server && npm run dev\" \"cd client && npm run dev\"",
|
|
"install-all": "npm install && cd server && npm install && cd ../client && npm install"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"concurrently": "^9.2.1"
|
|
}
|
|
}
|