17 lines
433 B
JSON
17 lines
433 B
JSON
{
|
|
"name": "subscription-with-per-seat-prices",
|
|
"configureDotEnv": true,
|
|
"integrations": [
|
|
{
|
|
"name": "usage-based-subscriptions",
|
|
"clients": ["web"],
|
|
"servers": ["java", "node", "php", "python", "ruby","go", "dotnet"]
|
|
},
|
|
{
|
|
"name": "fixed-price-subscriptions",
|
|
"clients": ["vanillajs", "react"],
|
|
"servers": ["java", "node", "php-slim", "python", "ruby","go", "dotnet"]
|
|
}
|
|
]
|
|
}
|