2023-11-29 20:05:48 +00:00
|
|
|
{
|
|
|
|
"name": "api-crm",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-11-29 20:50:57 +00:00
|
|
|
"install-backend": "npm install --prefix backend",
|
|
|
|
"install-frontend": "npm install --prefix frontend",
|
|
|
|
"install": "npm run install-backend && npm run install-frontend",
|
2023-11-29 20:59:49 +00:00
|
|
|
"backend-dev": "npm run dev --prefix backend",
|
2023-11-29 20:50:57 +00:00
|
|
|
"frontend": "npm start --prefix frontend",
|
2023-11-29 20:59:49 +00:00
|
|
|
"start": "npm start --prefix backend & npm run frontend",
|
2023-11-29 20:05:48 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Adriano <adriano08andrade@hotmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^18.4.3",
|
|
|
|
"@commitlint/config-conventional": "^18.4.3",
|
|
|
|
"husky": "^8.0.3"
|
|
|
|
}
|
|
|
|
}
|