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

105 lines (103 loc) 2.06 kB
saasName: Planable version: '2.0' createdAt: '2019-05-23' currency: USD features: posts: description: '' valueType: BOOLEAN defaultValue: true type: DOMAIN pages: description: '' valueType: BOOLEAN defaultValue: false type: DOMAIN workspaces: description: '' valueType: BOOLEAN defaultValue: true type: DOMAIN advancedFeatures: description: '' valueType: BOOLEAN defaultValue: false type: DOMAIN realTimeCustomerSupport: description: '' valueType: BOOLEAN defaultValue: false type: SUPPORT usageLimits: usersLimit: description: '' valueType: NUMERIC defaultValue: 3 unit: user type: NON_RENEWABLE linkedFeatures: null postsLimit: description: '' valueType: NUMERIC defaultValue: 1000000000000 unit: post type: NON_RENEWABLE linkedFeatures: - posts pagesLimit: description: '' valueType: NUMERIC defaultValue: 1000000000000 unit: page type: NON_RENEWABLE linkedFeatures: - pages workspacesLimit: description: '' valueType: NUMERIC defaultValue: 1 unit: worspace type: NON_RENEWABLE linkedFeatures: - workspaces plans: STARTER: description: '' monthlyPrice: 24 annualPrice: 24 unit: user/month features: null usageLimits: null price: 24 PREMIUM: description: For small agencies & brands monthlyPrice: 99 annualPrice: 99 unit: user/month features: pages: value: true usageLimits: usersLimit: value: 7 workspacesLimit: value: 5 price: 99 ENTERPRISE: description: For large organizations monthlyPrice: Contact Us annualPrice: Contact Us unit: user/month features: pages: value: true advancedFeatures: value: true realTimeCustomerSupport: value: true usageLimits: usersLimit: value: 1000000000000 workspacesLimit: value: 1000000000000 price: Contact Us