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

26 lines (25 loc) 460 B
saasName: BASIC plan offers less features and is more expensive version: '2.0' createdAt: 2024-11-19 currency: EUR hasAnnualPayment: false features: feature1: description: '' valueType: BOOLEAN defaultValue: true type: DOMAIN feature2: description: '' valueType: BOOLEAN defaultValue: false type: DOMAIN plans: BASIC: price: 30 features: null PRO: price: 10 features: feature2: value: true