18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"name": "api-crm",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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"
|
|
}
|
|
}
|