prepare for a simpler installation method. Still missing config adjustments (i.e. adjusting how the config is loaded)

This commit is contained in:
2024-08-26 11:45:15 +02:00
parent a68e42c4bb
commit c074d6c025
13 changed files with 176 additions and 128 deletions

23
simple/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "libreevent-simple",
"version": "1.0.0",
"description": "Simplify libreevent's install using the npm package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janishutz/libreevent.git"
},
"keywords": [
"libreevent",
"simple"
],
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/janishutz/libreevent/issues"
},
"homepage": "https://libreevent.janishutz.com"
}