UNPKG

pricing4ts

Version:

![NPM Version](https://img.shields.io/npm/v/pricing4ts) Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T

41 lines (40 loc) 773 B
saasName: Test syntaxVersion: '2.1' version: "1.0" createdAt: 2024-01-15 currency: EUR features: feature1: description: Feature 1 description valueType: BOOLEAN defaultValue: true type: DOMAIN feature2: description: Feature 2 description valueType: BOOLEAN defaultValue: false type: DOMAIN usageLimits: null plans: BASIC: description: Basic plan price: 0.0 unit: user/month features: null usageLimits: null PRO: description: Advanced plan price: 5.0 unit: user/month features: feature2: value: true usageLimits: null addOns: emptyAddon: description: Empty Addon price: 10.0 unit: user/month features: null usageLimits: null usageLimitsExtensions: null