36 lines
748 B
JSON
36 lines
748 B
JSON
{
|
|
"name": "rauth/dnd-rules",
|
|
"description": "Dungeons and Dragons rules exporter",
|
|
"minimum-stability": "stable",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Adrian Rauth",
|
|
"email": "adrian@rauth.org"
|
|
}
|
|
],
|
|
"config": {
|
|
"vendor-dir": "classes/external/",
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^8.1",
|
|
"guzzlehttp/guzzle": "^7",
|
|
"twig/twig": "^3.8",
|
|
"bramus/router": "^1.6",
|
|
"scssphp/scssphp": "^1.12",
|
|
"scssphp/server": "^1.10",
|
|
"tracy/tracy": "^2.10",
|
|
"fakerphp/faker": "^1.23",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"jms/serializer": "^3.30"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Application": "classes/"
|
|
}
|
|
}
|
|
}
|