20 lines
No EOL
448 B
JSON
20 lines
No EOL
448 B
JSON
{
|
|
"name": "pencil-automator/figma-plugin",
|
|
"description": "Figma Plugin with MSAL Authentication",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"firebase/php-jwt": "^6.0"
|
|
},
|
|
"require-dev": {},
|
|
"autoload": {
|
|
"classmap": [
|
|
"JWTValidator.php",
|
|
"AuthMiddleware.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
}
|
|
} |