2020-10-26 12:19:55 +01:00
|
|
|
{
|
|
|
|
"name": "janus",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Service de gestion de profils dynamiques",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
2020-10-26 16:28:20 +01:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^11.0.0",
|
|
|
|
"@commitlint/config-conventional": "^11.0.0"
|
|
|
|
}
|
2020-10-26 12:19:55 +01:00
|
|
|
}
|