janus/package.json

16 lines
357 B
JSON
Raw Normal View History

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": "",
"license": "AGPL-3.0",
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0"
}
2020-10-26 12:19:55 +01:00
}