mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 01:05:08 +03:00
17 lines
379 B
JSON
17 lines
379 B
JSON
{
|
|
"name": "twenty",
|
|
"version": "1.0.0",
|
|
"description": "Open-source CRM",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"server": "npm start --prefix server",
|
|
"front": "npm start --prefix front",
|
|
"start": "concurrently \"npm run server\" \"npm run front\""
|
|
},
|
|
"author": "Charles Bochet",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"concurrently": "^7.6.0"
|
|
}
|
|
}
|