22 lines
477 B
JSON
22 lines
477 B
JSON
{
|
|
"authors": [
|
|
"Andrew Lalis"
|
|
],
|
|
"copyright": "Copyright © 2023, Andrew Lalis",
|
|
"dependencies": {
|
|
"botan": "~>1.13.5",
|
|
"d-properties": "~>1.0.5",
|
|
"d2sqlite3": "~>1.0.0",
|
|
"handy-httpd": "~>8.2.0",
|
|
"jwt": "~>0.4.0",
|
|
"resusage": "~>0.3.2",
|
|
"slf4d": "~>3.0.0"
|
|
},
|
|
"description": "API for the litelist application.",
|
|
"license": "MIT",
|
|
"name": "litelist-api",
|
|
"subConfigurations": {
|
|
"d2sqlite3": "all-included"
|
|
},
|
|
"buildRequirements": ["allowWarnings"]
|
|
} |