loguix/package.json

17 lines
321 B
JSON
Raw Normal View History

2022-08-13 12:18:38 +00:00
{
"name": "loguix",
2024-01-13 15:09:37 +00:00
"version": "1.4.2",
2023-10-21 15:23:33 +00:00
"description": "Systeme de journaux simplifié",
2022-08-13 12:18:38 +00:00
"main": "main.js",
"scripts": {
2023-09-23 08:53:38 +00:00
"debug": "node test.js"
2022-08-13 12:18:38 +00:00
},
"repository": {
"type": "git",
2023-09-23 08:53:38 +00:00
"url": "git+https://git.raphix.fr/lib/loguix.git"
2022-08-13 12:18:38 +00:00
},
"keywords": [],
"author": "Raphix",
2023-09-23 08:53:38 +00:00
"license": "ISC"
2022-08-13 12:18:38 +00:00
}