2023-08-16 14:37:39 +00:00
|
|
|
{
|
|
|
|
"authors": [
|
|
|
|
"Andrew Lalis"
|
|
|
|
],
|
|
|
|
"copyright": "Copyright © 2023, Andrew Lalis",
|
|
|
|
"dependencies": {
|
2023-08-17 15:55:05 +00:00
|
|
|
"botan": "~>1.13.5",
|
2023-08-18 14:37:52 +00:00
|
|
|
"d-properties": "~>1.0.4",
|
2023-08-16 14:37:39 +00:00
|
|
|
"d2sqlite3": "~>1.0.0",
|
|
|
|
"handy-httpd": "~>7.9.3",
|
|
|
|
"jwt": "~>0.4.0",
|
2023-08-22 14:44:10 +00:00
|
|
|
"resusage": "~>0.3.2",
|
2023-08-16 14:37:39 +00:00
|
|
|
"slf4d": "~>2.4.2"
|
|
|
|
},
|
|
|
|
"description": "API for the litelist application.",
|
|
|
|
"license": "MIT",
|
|
|
|
"name": "litelist-api",
|
|
|
|
"subConfigurations": {
|
|
|
|
"d2sqlite3": "all-included"
|
|
|
|
}
|
|
|
|
}
|