tedo-publisher 1.3.375 β†’ 1.3.377

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/dist/reviewnex/data.d.ts +14 -0
  2. package/dist/reviewnex/data.js +1 -0
  3. package/dist/reviewnex/filters.d.ts +28 -0
  4. package/dist/reviewnex/filters.js +1 -0
  5. package/dist/reviewnex/helpers.d.ts +3 -0
  6. package/dist/reviewnex/helpers.js +1 -0
  7. package/dist/reviewnex/index.d.ts +15 -0
  8. package/dist/reviewnex/index.js +1 -0
  9. package/dist/reviewnex/prompts/data.d.ts +7 -0
  10. package/dist/reviewnex/prompts/data.js +1 -0
  11. package/dist/reviewnex/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/reviewnex/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/reviewnex/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/reviewnex/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/reviewnex/prompts/images.d.ts +4 -0
  16. package/dist/reviewnex/prompts/images.js +1 -0
  17. package/dist/reviewnex/seo.d.ts +23 -0
  18. package/dist/reviewnex/seo.js +1 -0
  19. package/dist/reviewnex/styles/colors.css +1 -0
  20. package/dist/reviewnex/styles/fonts.css +1 -0
  21. package/dist/reviewnex/styles/global.css +1 -0
  22. package/dist/reviewnex/styles/sizing.css +1 -0
  23. package/dist/reviewnex/styles/theme.css +1 -0
  24. package/dist/reviewnex/styles/vars.css +1 -0
  25. package/dist/softrelix/data.d.ts +14 -0
  26. package/dist/softrelix/data.js +1 -0
  27. package/dist/softrelix/filters.d.ts +28 -0
  28. package/dist/softrelix/filters.js +1 -0
  29. package/dist/softrelix/helpers.d.ts +3 -0
  30. package/dist/softrelix/helpers.js +1 -0
  31. package/dist/softrelix/index.d.ts +15 -0
  32. package/dist/softrelix/index.js +1 -0
  33. package/dist/softrelix/prompts/data.d.ts +7 -0
  34. package/dist/softrelix/prompts/data.js +1 -0
  35. package/dist/softrelix/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/softrelix/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/softrelix/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/softrelix/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/softrelix/prompts/images.d.ts +4 -0
  40. package/dist/softrelix/prompts/images.js +1 -0
  41. package/dist/softrelix/seo.d.ts +23 -0
  42. package/dist/softrelix/seo.js +1 -0
  43. package/dist/softrelix/styles/colors.css +1 -0
  44. package/dist/softrelix/styles/fonts.css +1 -0
  45. package/dist/softrelix/styles/global.css +1 -0
  46. package/dist/softrelix/styles/sizing.css +1 -0
  47. package/dist/softrelix/styles/theme.css +1 -0
  48. package/dist/softrelix/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,14 @@
1
+ import { CommonDataStructure } from 'src/common/data';
2
+ export declare const dataStructure: CommonDataStructure;
3
+ export declare const authors: Record<string, string>;
4
+ export declare const authorsNames: string[];
5
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCDD\uD83D\uDCBB\uD83D\uDC4D\uD83D\uDDE8\uFE0F";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-10-17T00:00:00Z";
13
+ export declare const devBucketName = "idn-reviewnex-dev";
14
+ export declare const prodBucketName = "idn-reviewnex";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={softwareReviews:{title:"Authentic Software Reviews & Articles for Informed Decisions πŸ’»",description:"Explore insightful peer reviews and articles about software solutions. Empower your decisions with authentic insights from ReviewNex users. πŸ“",slug:"software-reviews",children:{productivitySoftwareReviews:{title:"Productivity Software Reviews: Boost Your Efficiency πŸ“ˆ",description:"Discover comprehensive reviews of productivity software that enhance your workflow. Read real user experiences and simplify your tool selection! πŸ’‘",slug:"productivity-software-reviews",children:null},designSoftwareReviews:{title:"Design Software Reviews: Unleash Your Creativity 🎨",description:"Explore detailed reviews of design software to transform your creative projects. Get authentic feedback from fellow users and make the right choice! πŸ–ŒοΈ",slug:"design-software-reviews",children:null},developmentSoftwareReviews:{title:"Development Software Reviews: Empower Your Coding πŸ› οΈ",description:"Find insightful reviews on development software that streamline your coding process. Learn from real users and elevate your programming experience! πŸ‘¨β€πŸ’»",slug:"development-software-reviews",children:null},other:{title:"Other Software Reviews: Discover Unique Solutions 🌟",description:"Browse through a variety of software reviews outside typical categories. Get insights from peers to find unique solutions for your software needs! πŸ”",slug:"other-software-reviews",children:null}}},softwareArticles:{title:"Explore Usage Tips, Best Practices, and Software Trends",description:"Explore valuable insights and effective strategies for software usage, best practices, and the latest industry trends. πŸš€ Enhance your software expertise!",slug:"software-articles",children:{usageTips:{title:"Essential Software Usage Tips for Everyone",description:"Discover practical tips to maximize your software efficiency and enhance productivity. πŸ’‘ Streamline your workflow with our expert guidance!",slug:"usage-tips",children:null},bestPractices:{title:"Best Practices in Software Utilization for Success",description:"Learn the best practices for utilizing software effectively to achieve success. πŸ“ˆ Empower your team and make informed software choices!",slug:"best-practices",children:null},trendsInSoftware:{title:"Explore the Latest Trends in Software Development",description:"Stay updated with the latest trends that shape the software industry. 🌟 Read our insights to keep your software knowledge ahead of the curve!",slug:"trends-in-software",children:null},other:{title:"Additional Insights and Resources for Software Users",description:"Find additional articles and insights geared towards enhancing your software experience. πŸ“š Expand your understanding with our resources!",slug:"other-insights",children:null}}},softwareComparisons:{title:"Comprehensive Software Comparisons to aid Your Decisions πŸ–₯️",description:"Explore in-depth comparisons of software solutions to help you make informed choices. Dive into authentic peer reviews and articles now! 🌟",slug:"software-comparisons",children:{headToHeadComparisons:{title:"Head-to-Head Software Comparisons for Clarity πŸ”",description:"Discover detailed head-to-head comparisons between popular software solutions, highlighting key features and benefits to help you decide better. πŸ’‘",slug:"head-to-head-comparisons",children:null},featureComparisons:{title:"Feature Comparisons of Software Solutions πŸ†š",description:"Analyze the unique features of various software products side-by-side to determine which option suits your needs best. Get insights now! ✨",slug:"feature-comparisons",children:null},pricingComparisons:{title:"Pricing Comparisons for Smart Software Choices πŸ’°",description:"Evaluate the pricing structures of different software solutions to find the most cost-effective options for your budget and requirements. πŸ“Š",slug:"pricing-comparisons",children:null},other:{title:"Additional Software Comparison Resources πŸ“š",description:"Explore other valuable resources and insights related to software comparisons that can enhance your understanding and decision-making process. 🏷️",slug:"other-comparisons",children:null}}},industrySpecificSoftware:{title:"Explore Industry-Specific Software Solutions 🌟",description:"Delve into various software tailored for unique industries. Discover authentic reviews and helpful articles to aid in decision-making. πŸ“Š",slug:"industry-specific-software",children:{financeSoftware:{title:"Discover Top Finance Software Tools πŸ’°",description:"Unlock the potential of finance software with honest reviews and expert articles. Make informed choices for your financial management needs! πŸ“ˆ",slug:"finance-software",children:null},healthcareSoftware:{title:"Transformative Healthcare Software Solutions πŸ₯",description:"Navigate the complex world of healthcare software with real user reviews and insights. Elevate your healthcare operations today! πŸ’Š",slug:"healthcare-software",children:null},educationSoftware:{title:"Innovative Education Software for Learning πŸ“š",description:"Explore effective education software that enhances learning experiences. Read authentic reviews and articles to guide your choices! πŸŽ“",slug:"education-software",children:null},other:{title:"Miscellaneous Software Solutions Uncovered πŸ”",description:"Discover a variety of software not categorized elsewhere. Find genuine reviews and insights to help your software decisions! 🌐",slug:"other-software",children:null}}},softwareGuides:{title:"Comprehensive Software Guides for Informed Decisions πŸ“Š",description:"Explore our comprehensive software guides, including installation, getting started, and advanced usage tips. Empower your software selection process! πŸ’»",slug:"comprehensive-software-guides",children:{installationGuides:{title:"Step-by-Step Installation Guides for Software πŸ› οΈ",description:"Our detailed installation guides simplify your software setup process. Follow expert tips to effortlessly install a wide range of software! πŸš€",slug:"step-by-step-installation-guides",children:null},gettingStartedGuides:{title:"Getting Started with Your Favorite Software πŸ“˜",description:"Dive into our getting started guides and learn the fundamentals of using various software applications effectively. Start your journey here! 🌟",slug:"getting-started-guides",children:null},advancedUsageGuides:{title:"Unlock Advanced Features with Our Usage Guides πŸ”‘",description:"Enhance your software skills with our advanced usage guides, designed to help you maximize the potential of your software tools. πŸš€",slug:"advanced-usage-guides",children:null},other:{title:"Explore Other Software Resources and Tips 🧩",description:"Discover additional software resources and articles to help you navigate the software landscape. Find tools and tips that suit your needs! πŸ› οΈ",slug:"other-software-resources",children:null}}},softwareFeedback:{title:"Comprehensive Software Feedback - User Ratings, Expert Insights & More",description:"Explore authentic peer software reviews, detailed evaluations, and expert insights to guide your software choices. πŸ’»βœ¨",slug:"software-feedback",children:{userRatings:{title:"User Ratings - Authentic Peer Feedback on Software Products",description:"Discover genuine user ratings and insights on various software products. Make informed decisions with real user experiences! β­πŸ’‘",slug:"user-ratings",children:null},expertReviews:{title:"Expert Reviews - In-Depth Evaluations of Software Tools",description:"Gain insights from expert reviews on software solutions. Understand pros and cons to choose the best tools for your needs! πŸ§ πŸ”",slug:"expert-reviews",children:null},caseStudies:{title:"Case Studies - Real-World Software Applications and Solutions",description:"Explore detailed case studies showcasing real-world applications of software. Learn from success stories and best practices! πŸ“ŠπŸ“ˆ",slug:"case-studies",children:null},other:{title:"Other Resources - Additional Software Insights and Articles",description:"Access valuable articles and resources beyond reviews and ratings. Enhance your software knowledge and make better decisions! πŸ“šπŸ”—",slug:"other-resources",children:null}}}},s=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),i=e.AUTHORS_INFO.map((e=>e.name)),r="πŸ“πŸ’»πŸ‘πŸ—¨οΈ",o=Object.keys(t),n=[],a=[];for(const e of o){const s=t[e];if(null==s?void 0:s.children){n.push(...Object.keys(s.children));for(const e of n){const t=s.children[e];(null==t?void 0:t.children)&&a.push(...Object.keys(t.children))}}}const l="2024-10-17T00:00:00Z",c="reviewnex",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=s,exports.authorsNames=i,exports.categories=o,exports.dataStructure=t,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=n,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ SoftwareCategories = "Software Categories",
3
+ UserExperienceLevel = "User Experience Level",
4
+ RatingQuality = "Rating Quality",
5
+ PlatformCompatibility = "Platform Compatibility",
6
+ IndustryApplications = "Industry Applications"
7
+ }
8
+ type SoftwareCategoriesValues = 'Productivity' | 'Creative Tools' | 'Development' | 'Security' | 'Collaboration';
9
+ type UserExperienceLevelValues = 'Beginner' | 'Intermediate' | 'Advanced' | 'Expert';
10
+ type RatingQualityValues = '5 Stars' | '4 Stars' | '3 Stars' | '2 Stars' | '1 Star';
11
+ type PlatformCompatibilityValues = 'Windows' | 'Mac' | 'Linux' | 'Web-Based';
12
+ type IndustryApplicationsValues = 'Health Care' | 'Finance' | 'Education' | 'Marketing' | 'Manufacturing';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.SoftwareCategories]: SoftwareCategoriesValues[];
15
+ [FiltersNames.UserExperienceLevel]: UserExperienceLevelValues[];
16
+ [FiltersNames.RatingQuality]: RatingQualityValues[];
17
+ [FiltersNames.PlatformCompatibility]: PlatformCompatibilityValues[];
18
+ [FiltersNames.IndustryApplications]: IndustryApplicationsValues[];
19
+ };
20
+ export declare const softwareCategoriesValues: SoftwareCategoriesValues[];
21
+ export declare const userExperienceLevelValues: UserExperienceLevelValues[];
22
+ export declare const ratingQualityValues: RatingQualityValues[];
23
+ export declare const platformCompatibilityValues: PlatformCompatibilityValues[];
24
+ export declare const industryApplicationsValues: IndustryApplicationsValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).SoftwareCategories="Software Categories",e.UserExperienceLevel="User Experience Level",e.RatingQuality="Rating Quality",e.PlatformCompatibility="Platform Compatibility",e.IndustryApplications="Industry Applications";const t=["Productivity","Creative Tools","Development","Security","Collaboration"],s=["Beginner","Intermediate","Advanced","Expert"],r=["5 Stars","4 Stars","3 Stars","2 Stars","1 Star"],i=["Windows","Mac","Linux","Web-Based"],a=["Health Care","Finance","Education","Marketing","Manufacturing"],o={[exports.FiltersNames.SoftwareCategories]:[],[exports.FiltersNames.UserExperienceLevel]:[],[exports.FiltersNames.RatingQuality]:[],[exports.FiltersNames.PlatformCompatibility]:[],[exports.FiltersNames.IndustryApplications]:[]},l={[exports.FiltersNames.SoftwareCategories]:t,[exports.FiltersNames.UserExperienceLevel]:s,[exports.FiltersNames.RatingQuality]:r,[exports.FiltersNames.PlatformCompatibility]:i,[exports.FiltersNames.IndustryApplications]:a},p=()=>JSON.stringify(l,null,2);exports.fullFilters=l,exports.getFiltersTypesJSON=p,exports.industryApplicationsValues=a,exports.initialFilters=o,exports.platformCompatibilityValues=i,exports.ratingQualityValues=r,exports.softwareCategoriesValues=t,exports.userExperienceLevelValues=s;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.industryApplicationsValues=t.industryApplicationsValues,exports.initialFilters=t.initialFilters,exports.platformCompatibilityValues=t.platformCompatibilityValues,exports.ratingQualityValues=t.ratingQualityValues,exports.softwareCategoriesValues=t.softwareCategoriesValues,exports.userExperienceLevelValues=t.userExperienceLevelValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: ReviewNex is an innovative infotainment portal that specializes in providing authentic peer software reviews and insightful articles about various software solutions. Designed for tech enthusiasts and professionals, ReviewNex helps users make informed decisions by offering detailed evaluations of software based on real user experiences.\n - Detailed description: ReviewNex serves as a comprehensive platform for individuals and organizations seeking trustworthy information about software products. It features an extensive database of user reviews, ratings, and expert insights, covering a diverse range of software applications from productivity tools to specialized industry software. The platform prioritizes authenticity, encouraging real users to share their thoughts and experiences. In addition to peer reviews, ReviewNex offers informative articles that delve into software trends, usage tips, and best practices, all aimed at empowering users to select the right tools for their needs. With a user-friendly interface and a commitment to reliability, ReviewNex establishes itself as a go-to resource for software evaluation and selection.\n - Target audience: The target audience for ReviewNex includes software users ranging from individual consumers to business professionals, IT managers, and decision-makers responsible for software procurement. This portal caters to tech-savvy individuals looking for genuine feedback about software products as well as organizations seeking to enhance their operational efficiency through informed software choices.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Software Overview\n- Software Description\n- Key Features\n\n## User Experience\n- User Interface and Design\n- Performance and Reliability\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Software Overview, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "IT professionals, software professionals, small and large businesses";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: ReviewNex is an innovative infotainment portal that specializes in providing authentic peer software reviews and insightful articles about various software solutions. Designed for tech enthusiasts and professionals, ReviewNex helps users make informed decisions by offering detailed evaluations of software based on real user experiences.\n - Detailed description: ReviewNex serves as a comprehensive platform for individuals and organizations seeking trustworthy information about software products. It features an extensive database of user reviews, ratings, and expert insights, covering a diverse range of software applications from productivity tools to specialized industry software. The platform prioritizes authenticity, encouraging real users to share their thoughts and experiences. In addition to peer reviews, ReviewNex offers informative articles that delve into software trends, usage tips, and best practices, all aimed at empowering users to select the right tools for their needs. With a user-friendly interface and a commitment to reliability, ReviewNex establishes itself as a go-to resource for software evaluation and selection.\n - Target audience: The target audience for ReviewNex includes software users ranging from individual consumers to business professionals, IT managers, and decision-makers responsible for software procurement. This portal caters to tech-savvy individuals looking for genuine feedback about software products as well as organizations seeking to enhance their operational efficiency through informed software choices.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Software Overview\n- Software Description\n- Key Features\n\n## User Experience\n- User Interface and Design\n- Performance and Reliability\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Software Overview, IF it's applicable to the theme of the article.\n",r="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",s="IT professionals, software professionals, small and large businesses",n="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=n,exports.START_STEP=r,exports.TARGET_AUDIENCE=s,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Highly detailed illustration of ${a}, ${o}, for an article ${t} in a leading technology publication, showcasing software interfaces, coding environments, and technological innovation, clean and modern tech magazine style, accurate representation of software, user interfaces, programming, development tools, and tech gadgets, 4K, 8K resolution, minimalistic design, clear visuals, no blur, depth of field, modern digital art, precise and informative, tech-focused imagery`,negativePrompt:e.SD_NEGATIVE_PROMPT,options:{steps:7,cfg_scale:3}}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Expert Insights on Software Reviews | ReviewNex",description:"Discover expert opinions and insights from our dedicated authors on authentic peer software reviews. 🌟✨ Join us for the latest trends!"},[exports.PageNames.Home]:{title:"ReviewNex - Your Go-To Source for Authentic Software Reviews",description:"Explore comprehensive software reviews and articles at ReviewNex. πŸš€ Uncover what's best for you with our peer-driven insights!"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | ReviewNex",description:"Oops! The page you are looking for doesn't exist. πŸ” Let's get you back to finding the best software reviews!"},[exports.PageNames.AboutUs]:{title:"About ReviewNex - Peer Software Reviews You Can Trust",description:"Learn more about ReviewNex and our mission to provide authentic software reviews. 🌟 Your ultimate guide to software choices!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | ReviewNex",description:"Read our Privacy Policy to understand how we protect your information. πŸ”’ Your privacy is our priority!"},[exports.PageNames.Terms]:{title:"Terms of Service | ReviewNex",description:"Review our Terms of Service for using ReviewNex. πŸ“œ Ensure a safe experience while exploring credible software reviews!"},[exports.PageNames.Sitemap]:{title:"Sitemap: Explore Every Corner of ReviewNex",description:"Navigate through our comprehensive sitemap to find all authentic software reviews and articles easily. πŸ—ΊοΈ Discover your path!"}},a=[{name:"Aditi Sharma",description:"Aditi Sharma is a seasoned software analyst with over 8 years of experience in evaluating and reviewing software products. With her background in computer science and her passion for technology, she brings an analytical approach to her reviews, ensuring that readers receive comprehensive insights into various software solutions.",meta_title:"Aditi Sharma - Software Review Expert",meta_description:"Discover Aditi Sharma's in-depth software reviews and articles. Aditi brings over 8 years of experience in software analysis, offering expert insights for informed software decisions."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a technology enthusiast and software consultant with more than 10 years in the field. His knowledge spans various software applications and industries, allowing him to provide readers with a broad perspective on software usability and functionality.",meta_title:"Rajesh Kumar - Technology Consultant & Reviewer",meta_description:"Read expert articles on software by Rajesh Kumar, a technology consultant with over 10 years of experience in software evaluation and usability."},{name:"Neha Patel",description:"Neha Patel is a digital marketing strategist and software expert with extensive experience in conducting software reviews and compiling detailed articles. She combines her marketing background with technology insights to help businesses make the best software choices.",meta_title:"Neha Patel - Digital Marketing & Software Analysis",meta_description:"Explore Neha Patel’s software reviews and articles. As a digital marketing strategist, Neha provides insights that bridge technology and business needs."},{name:"Vikram Singh",description:"Vikram Singh is an IT professional with 12 years of experience in software implementation and analysis. He specializes in providing reviews that assess software from both technical and user experience perspectives, helping users make informed choices.",meta_title:"Vikram Singh - IT Professional & Software Reviewer",meta_description:"Get insights from Vikram Singh, an IT expert with 12 years of experience in software analysis. His detailed reviews help users evaluate software effectively."},{name:"Priya Desai",description:"Priya Desai is a freelance writer and software expert with a background in systems analysis. With over 7 years of experience, her writing combines technical expertise with accessible language, making complex software topics easy to understand for all users.",meta_title:"Priya Desai - Freelance Writer & Software Specialist",meta_description:"Discover software insights from Priya Desai, a freelance writer and systems analyst with 7 years of experience reviewing various software solutions."},{name:"Anil Bansal",description:"Anil Bansal is a software developer turned reviewer, having spent over 9 years in software development. He provides a unique perspective on software functionality and performance, writing articles that help readers understand the technical aspects of software products.",meta_title:"Anil Bansal - Software Developer & Reviewer",meta_description:"Learn from Anil Bansal, a software developer with 9 years of experience reviewing software. His articles focus on technical insights and performance analysis."},{name:"Sonia Mehra",description:"Sonia Mehra is a tech journalist and software reviewer with a decade of experience covering technology trends. Her articles provide a critical view of software solutions, focusing on user experience, security, and functionality.",meta_title:"Sonia Mehra - Tech Journalist & Software Reviewer",meta_description:"Read articles by Sonia Mehra, a tech journalist with 10 years of experience in software reviews, focusing on user experience and technology trends."},{name:"Karan Gupta",description:"Karan Gupta is a professional software tester and reviewer with over 11 years of experience. His expertise enables him to provide detailed evaluations of software products, focusing on performance and reliability.",meta_title:"Karan Gupta - Software Tester & Reviewer",meta_description:"Gain insights from Karan Gupta, an experienced software tester with 11 years of reviewing experience. His evaluations emphasize performance and reliability."},{name:"Ananya Joshi",description:"Ananya Joshi is a software educator and enthusiastic writer with over 5 years of experience in tech writing. Her articles are written to help beginners and advanced users alike to grasp software functionality quickly and effectively.",meta_title:"Ananya Joshi - Software Educator & Writer",meta_description:"Explore software knowledge with Ananya Joshi, a writer and educator with 5 years of tech writing experience. She simplifies complex software concepts for all users."},{name:"Deepak Nair",description:"Deepak Nair is an industry analyst and software reviewer with 8 years of experience in evaluating software for various sectors. His analytical skills help him deliver comprehensive reviews that guide users in selecting the right software for their needs.",meta_title:"Deepak Nair - Industry Analyst & Software Reviewer",meta_description:"Find expert reviews and articles from Deepak Nair, an industry analyst with 8 years of software evaluation experience, assisting users in informed software selections."},{name:"Rajesh Khanna",description:"Rajesh Khanna is an established software developer and tech writer, known for his in-depth analyses of software products. With a rich background in software development and a decade of writing experience, Rajesh brings a unique perspective to software reviews at ReviewNex. His articles are well-researched and provide valuable insights into software performance and usability.",meta_title:"Rajesh Khanna - Tech Writer & Software Developer at ReviewNex",meta_description:"Delve into software reviews by Rajesh Khanna, a tech writer and software developer with a decade of experience. Find his insights at ReviewNex."},{name:"Neha Bhatia",description:"Neha Bhatia is a digital marketing expert and software reviewer with over 5 years of experience in the tech industry. She specializes in analyzing software for marketing automation and productivity tools. Her articles on ReviewNex are known for their practical approach and actionable insights that help businesses optimize their software choices.",meta_title:"Neha Bhatia - Digital Marketer & Software Reviewer at ReviewNex",meta_description:"Read Neha Bhatia's software reviews and insights on marketing tools, helping businesses make informed software choices at ReviewNex."},{name:"Priya Mehta",description:"Priya Mehta is an accomplished tech writer and software reviewer with a passion for uncovering the best tools for businesses and individuals. With over 7 years in the industry, her reviews on ReviewNex are known for their attention to detail and user-focused approach, helping readers find the right software solutions.",meta_title:"Priya Mehta - Tech Writer & Software Reviewer at ReviewNex",meta_description:"Explore in-depth software reviews by Priya Mehta, a tech writer with a user-centric approach, exclusively on ReviewNex."},{name:"Rohit Verma",description:"Rohit Verma is a software engineer and tech enthusiast with 9 years of experience in software development and reviewing. He has a keen interest in emerging technologies and explores new software products for ReviewNex, providing readers with insights on the latest trends and innovative software solutions.",meta_title:"Rohit Verma - Software Engineer & Reviewer at ReviewNex",meta_description:"Follow Rohit Verma’s reviews on innovative software solutions and emerging technologies, enhancing decision-making at ReviewNex."},{name:"Sonal Kapoor",description:"Sonal Kapoor is a freelance writer and software review expert with extensive experience in the IT sector. She has written numerous articles focusing on software usability and user experience. At ReviewNex, she shares her knowledge to guide readers in selecting the right software tools to enhance their productivity.",meta_title:"Sonal Kapoor - Freelance Writer & Software Review Expert at ReviewNex",meta_description:"Discover software usability insights from Sonal Kapoor, a freelance writer with expertise in software reviews on ReviewNex."},{name:"Anil Desai",description:"Anil Desai is a product manager and software analyst with over 10 years of experience in evaluating and recommending software solutions across various domains. He leverages his background to write insightful reviews for ReviewNex that focus on user functionality and business needs.",meta_title:"Anil Desai - Product Manager & Software Analyst at ReviewNex",meta_description:"Get informed with Anil Desai's expert software reviews, focusing on user functionality for business needs at ReviewNex."},{name:"Deepika Reddy",description:"Deepika Reddy is a technology journalist dedicated to software trends and business technology solutions. With a background in IT and 6 years of writing experience, her articles at ReviewNex provide actionable advice and thought leadership in the software landscape.",meta_title:"Deepika Reddy - Tech Journalist & Software Reviewer at ReviewNex",meta_description:"Read insights from Deepika Reddy, a technology journalist with expertise in software trends and business solutions on ReviewNex."},{name:"Ravi Kumar",description:"Ravi Kumar is a seasoned software analyst and reviewer with over a decade of experience in the tech industry. He has a deep understanding of software usability and performance, having worked with both startups and established firms. His insightful articles often explore the intricacies of software features, helping users make informed decisions.",meta_title:"Ravi Kumar - Expert Software Analyst and Reviewer at ReviewNex",meta_description:"Discover the insights of Ravi Kumar, a seasoned software analyst at ReviewNex, with over 10 years of experience in software usability and performance reviews."},{name:"Amit Verma",description:"Amit Verma is a tech enthusiast and software engineer with more than 12 years of experience in software development and reviews. His articles focus on the technical aspects and real-world performance of software, delivering valuable insights for developers and users alike.",meta_title:"Amit Verma - Software Engineer and Reviewer at ReviewNex",meta_description:"Explore the world of software with Amit Verma, a software engineer at ReviewNex, who shares his expertise through technical reviews and industry insights."},{name:"Sneha Desai",description:"Sneha Desai is a software quality assurance specialist and freelance writer with 6 years of experience. Her articles at ReviewNex delve into software testing practices and user experience, helping readers understand the importance of software quality.",meta_title:"Sneha Desai - QA Specialist and Freelance Writer at ReviewNex",meta_description:"Learn from Sneha Desai's insights on software quality and testing practices, as she shares her expertise through engaging articles on ReviewNex."},{name:"Vikram Shah",description:"With a background in computer science and over 15 years of experience in digital marketing, Vikram Shah blends software reviews with SEO strategies. His articles not only evaluate software but also guide businesses on the best practices for online visibility.",meta_title:"Vikram Shah - Digital Marketing Expert and Software Reviewer at ReviewNex",meta_description:"Discover software evaluation and digital marketing tips from Vikram Shah, a seasoned expert at ReviewNex with 15+ years in the industry."},{name:"Anjali Reddy",description:"Anjali Reddy is a data analyst and content creator with extensive experience in technology reviews. Her focus on data-driven insights allows her to deliver thorough assessments of software products, benefiting both consumers and businesses.",meta_title:"Anjali Reddy - Data Analyst and Tech Reviewer at ReviewNex",meta_description:"Gain valuable insights from Anjali Reddy, a data analyst at ReviewNex, as she analyzes software products through a data-driven lens."},{name:"Nikhil Joshi",description:"Nikhil Joshi, a former software developer turned writer, brings over 10 years of experience to ReviewNex. His articles often provide a unique perspective on software functionality and trends in the tech industry.",meta_title:"Nikhil Joshi - Former Developer and Software Writer at ReviewNex",meta_description:"Navigate the nuances of software development and trends with Nikhil Joshi at ReviewNex, leveraging his 10 years of industry experience."},{name:"Sanya Kapoor",description:"Sanya Kapoor is a technology enthusiast and freelance journalist specializing in software reviews and tech analyses. With 5 years of writing experience, she excels in simplifying complex software for everyday users.",meta_title:"Sanya Kapoor - Technology Journalist and Software Reviewer at ReviewNex",meta_description:"Join Sanya Kapoor on ReviewNex as she simplifies software reviews and tech analyses for everyday users, drawing on her 5 years of experience."},{name:"Rajesh Gupta",description:"Rajesh Gupta is an IT consultant and software reviewer with more than 20 years of industry expertise. His comprehensive articles cover a wide range of software solutions, catering to both technical and non-technical audiences.",meta_title:"Rajesh Gupta - IT Consultant and Software Review Expert at ReviewNex",meta_description:"Read Rajesh Gupta’s detailed software reviews on ReviewNex, as he shares over 20 years of IT consulting experience across diverse software solutions."},{name:"Neha Singh",description:"Neha Singh is a cloud computing and software solutions expert with over 7 years of experience. Her articles at ReviewNex focus on cloud-based software reviews and the latest technological advancements in the cloud domain.",meta_title:"Neha Singh - Cloud Computing Expert and Software Reviewer at ReviewNex",meta_description:"Explore the realm of cloud software with Neha Singh at ReviewNex, where she shares her expertise as a cloud computing specialist with 7 years of experience."},{name:"Arjun Mehta",description:"Arjun Mehta is a seasoned technology writer with over 10 years of experience in software reviews and technology trends. Having worked with various technology magazines and portals, Arjun brings a critical eye to software analysis, helping readers navigate the ever-complex world of software solutions.",meta_title:"Arjun Mehta - Software Review Expert",meta_description:"Discover in-depth software reviews and insights from Arjun Mehta, a seasoned expert with over 10 years in the technology sector. Explore critical analyses at ReviewNex."},{name:"Priya Kapoor",description:"Priya Kapoor is a digital marketing strategist and software reviewer with a passion for analyzing software tools that enhance productivity. With her background in IT consulting, she provides a unique perspective on software functionality and user experience.",meta_title:"Priya Kapoor - Digital Marketing & Software Specialist",meta_description:"Get expert insights on software productivity tools from Priya Kapoor, a digital marketing strategist with a tech background. Follow her reviews at ReviewNex."},{name:"Rahul Desai",description:"Rahul Desai is a software engineer turned writer, recognized for his expertise in software development and review. With a mastery of both technical and user-oriented writing, Rahuls' work helps individuals and businesses choose the right software solutions.",meta_title:"Rahul Desai - Software Development & Review Expert",meta_description:"Explore software reviews and development insights with Rahul Desai, a former software engineer providing deep insights at ReviewNex."},{name:"Nisha Reddy",description:"Nisha Reddy is a tech journalist who, with over 8 years in the field, specializes in reviewing software applications for various industries. She is well-versed in app usability and user satisfaction metrics, guiding her readers toward optimal software choices.",meta_title:"Nisha Reddy - Tech Journalist & Software Review Expert",meta_description:"Read software reviews from Nisha Reddy, a tech journalist with 8 years of experience in app usability and user satisfaction at ReviewNex."},{name:"Sanjay Varma",description:"Sanjay Varma is an IT consultant and reviewer who focuses on enterprise software solutions. With a strong background in consulting for Fortune 500 companies, he brings a wealth of knowledge and practical insights to the table.",meta_title:"Sanjay Varma - Enterprise Software Consultant",meta_description:"Get professional insights on enterprise software solutions from Sanjay Varma, an IT consultant with extensive experience in the field at ReviewNex."},{name:"Meera Iyer",description:"Meera Iyer is a freelance writer and software analyst specializing in small business software solutions. Her passion lies in helping entrepreneurs choose the best software tools to streamline their operations and maximize their potential.",meta_title:"Meera Iyer - Freelance Writer & Small Business Software Expert",meta_description:"Uncover the best small business software with Meera Iyer, a freelance writer and software analyst dedicated to entrepreneurs at ReviewNex."},{name:"Amit Sharma",description:"Amit Sharma is a software analyst with a focus on SaaS products. With numerous articles published in tech magazines, he provides insights and detailed reviews that help businesses assess software effectiveness.",meta_title:"Amit Sharma - SaaS Products Analyst",meta_description:"Read detailed reviews and insights on SaaS products from Amit Sharma, a software analyst with extensive experience at ReviewNex."},{name:"Rina Lal",description:"Rina Lal is an experienced content creator and software consultant. She explores emerging software technologies and highlights their benefits and challenges for businesses and individuals alike.",meta_title:"Rina Lal - Software Consultant & Content Creator",meta_description:"Explore emerging software technologies with Rina Lal, an experienced consultant providing valuable insights at ReviewNex."},{name:"Vikram Joshi",description:"Vikram Joshi is a software reviewer and tech enthusiast known for his comprehensive reviews of mobile apps and tools. With a background in software development, he adeptly combines developer and user perspectives.",meta_title:"Vikram Joshi - Mobile Apps & Tools Reviewer",meta_description:"Get expert mobile app reviews and insights from Vikram Joshi, a passionate software reviewer with a development background at ReviewNex."},{name:"Anjali Dubey",description:"Anjali Dubey is a cybersecurity expert and software critic specializing in software security reviews. With her technical expertise, she ensures users are informed about the security aspects of software applications.",meta_title:"Anjali Dubey - Cybersecurity & Software Review Expert",meta_description:"Learn about software security from Anjali Dubey, a cybersecurity expert offering essential insights and reviews at ReviewNex."},{name:"John Smith",description:"John Smith is a software engineer and tech enthusiast with over a decade of experience in reviewing software solutions. He has contributed to numerous tech publications, focusing on authentic peer reviews and user-friendly software articles. John's expertise lies in identifying key software features and evaluating their real-world applicability.",meta_title:"John Smith - Expert Software Reviewer at ReviewNex",meta_description:"Discover insightful software reviews and articles written by John Smith, a seasoned software engineer with over 10 years of experience in the tech industry."},{name:"Maria Garcia",description:"Maria Garcia is a freelance writer and software consultant with extensive experience in the software industry. She specializes in creating comprehensive software reviews and beneficial articles that cater to the needs of various audiences. Maria has worked with multiple startups, aiding them in selecting the right software solutions.",meta_title:"Maria Garcia - Software Expert and Writer at ReviewNex",meta_description:"Read authentic software reviews and informative articles by Maria Garcia, a skilled freelance writer and software consultant with a passion for technology."},{name:"Liam Johnson",description:"Liam Johnson is a digital marketing expert and software reviewer who has spent years analyzing and reporting on the software market trends. He has a knack for breaking down complex software into understandable reviews, helping readers make informed decisions. His insights are widely appreciated in tech circles.",meta_title:"Liam Johnson - Software Reviewer and Digital Marketing Specialist at ReviewNex",meta_description:"Explore in-depth software reviews and expert analysis by Liam Johnson, a digital marketing expert with a passion for simplifying technology for everyday users."},{name:"Sofia Kim",description:"Sofia Kim is a software developer and tech writer with a unique perspective on software usability. With a background in computer science, she provides authentic insights into software applications and their real-life usage. Sofia is passionate about helping organizations find the right tools to enhance productivity.",meta_title:"Sofia Kim - Tech Writer and Software Developer at ReviewNex",meta_description:"Discover practical software reviews and user-friendly articles written by Sofia Kim, a skilled software developer dedicated to enhancing software usability."},{name:"Raj Patel",description:"Raj Patel is a technology enthusiast and software reviewer known for his thorough analysis of software products across industries. His expertise in IT infrastructure and collaborative tools enables him to provide well-rounded reviews that address user concerns and features that matter most.",meta_title:"Raj Patel - In-Depth Software Reviewer at ReviewNex",meta_description:"Uncover genuine software insights and thoughtful reviews by Raj Patel, a technology enthusiast with expertise in IT and collaborative software solutions."},{name:"Jessica Lee",description:"Jessica Lee is an experienced IT consultant and technology writer with a focus on software reviews and industry trends. She has advised numerous businesses on software integrations and now shares her insights through engaging articles and peer-reviewed assessments.",meta_title:"Jessica Lee - IT Consultant and Software Review Specialist at ReviewNex",meta_description:"Read insightful reviews and articles from Jessica Lee, an IT consultant dedicated to helping businesses choose the right software solutions."},{name:"David Chen",description:"David Chen is a software analyst and tech writer with a background in software development. His approach combines technical knowledge with user experience insights, providing readers with a complete view of software applications. David aims to empower users to make informed choices about technology.",meta_title:"David Chen - Software Analyst and Reviewer at ReviewNex",meta_description:"Explore comprehensive software reviews and insights from David Chen, a software analyst dedicated to enhancing user understanding of technology."},{name:"Emma Wilson",description:"Emma Wilson is a passionate software enthusiast and writer who specializes in technology reviews and software comparisons. She takes pride in delivering clear, concise, and accurate assessments of various software platforms, helping users navigate their choices effortlessly.",meta_title:"Emma Wilson - Software Review Enthusiast at ReviewNex",meta_description:"Delve into expert software comparisons and authentic reviews by Emma Wilson, a passionate tech writer dedicated to simplifying technology for all users."},{name:"TomΓ‘s FernΓ‘ndez",description:"TomΓ‘s FernΓ‘ndez is a data analyst and technology writer with a knack for uncovering insights from software performance metrics. His writing combines analytical rigor with user-centered reviews to provide readers with a foundation for making software choices backed by real data.",meta_title:"TomΓ‘s FernΓ‘ndez - Data Analyst and Software Reviewer at ReviewNex",meta_description:"Access in-depth software reviews and data-driven insights from TomΓ‘s FernΓ‘ndez, a data analyst focused on helping users understand software performance."},{name:"Julia Moreau",description:"Julia Moreau is a software project manager and writer who shares her vast knowledge of tools and technologies through engaging articles and honest reviews. Her experience in managing software projects equips her with an eye for detail when assessing software solutions for different industries.",meta_title:"Julia Moreau - Software Project Manager and Reviewer at ReviewNex",meta_description:"Read insightful software reviews and articles from Julia Moreau, a software project manager committed to guiding users through their software selections."},{name:"Alice Johnson",description:"Alice Johnson is a seasoned software analyst with over a decade of experience in the tech industry. She specializes in software usability and market trends, making her a reliable source for authentic peer reviews. Alice holds a Master's degree in Information Technology and has contributed to various tech magazines.",meta_title:"Alice Johnson - Software Analyst at ReviewNex",meta_description:"Discover insights and reviews from Alice Johnson, a software analyst with over 10 years of experience focusing on software usability and market trends."},{name:"Mark Thompson",description:"Mark Thompson is a technology enthusiast and freelance writer with extensive expertise in software development and project management. He has authored numerous articles for leading tech websites and brings a practical perspective to software reviews.",meta_title:"Mark Thompson - Technology Writer at ReviewNex",meta_description:"Read comprehensive software reviews by Mark Thompson, a technology writer with expertise in software development and project management."},{name:"Rita Loo",description:"Rita Loo is a software engineer and tech blogger with 15 years of hands-on experience in software implementation and analysis. Her analytical skills and passion for technology enable her to evaluate software authenticity with precision.",meta_title:"Rita Loo - Tech Blogger and Software Engineer at ReviewNex",meta_description:"Explore in-depth software reviews from Rita Loo, a tech blogger and software engineer with over 15 years of experience."},{name:"David Kim",description:"Based in South Korea, David Kim is an IT consultant with a focus on software solutions for businesses. His extensive background in software architecture and design empowers him to provide authentic insights and robust reviews.",meta_title:"David Kim - IT Consultant at ReviewNex",meta_description:"Learn from David Kim, an IT consultant specializing in software solutions, for authentic software reviews and insights."},{name:"Emma Brown",description:"Emma Brown is a digital marketing strategist with a keen interest in the software industry. With over eight years of experience in marketing and analysis, she presents authentic perspectives on software effectiveness and user experience.",meta_title:"Emma Brown - Digital Marketing Strategist at ReviewNex",meta_description:"Read engaging software reviews by Emma Brown, a digital marketing strategist with a passion for understanding software effectiveness."},{name:"Lucas Chang",description:"With a background in computer science, Lucas Chang is a software specialist and review expert. He has collaborated on multiple tech projects and gained recognition for his unbiased and well-researched software reviews.",meta_title:"Lucas Chang - Software Specialist at ReviewNex",meta_description:"Discover detailed software reviews by Lucas Chang, a computer science expert known for unbiased analysis in the software industry."},{name:"Sofia Martinez",description:"Sofia Martinez is a tech journalist with over 12 years of experience in reviewing software applications. She has worked with several international tech publications and is dedicated to providing authentic peer reviews that users can trust.",meta_title:"Sofia Martinez - Tech Journalist at ReviewNex",meta_description:"Get reliable software insights from Sofia Martinez, a tech journalist with more than a decade of reviewing software applications."},{name:"Jordan Patel",description:"Jordan Patel is a software developer and freelance writer based in India. His unique perspective as both a creator and reviewer helps readers understand software from both technical and user-centric angles.",meta_title:"Jordan Patel - Software Developer and Writer at ReviewNex",meta_description:"Explore software reviews from Jordan Patel, a software developer who offers insights from both technical and user perspectives."},{name:"Chloe Ng",description:"Chloe Ng is a data analyst with a passion for technology and software evaluation. Her analytical background allows her to dissect software capabilities thoroughly, presenting structured and judgement-free reviews.",meta_title:"Chloe Ng - Data Analyst at ReviewNex",meta_description:"Read insightful software reviews by Chloe Ng, a data analyst who provides thorough evaluations of software capabilities."},{name:"Oliver Smith",description:"Oliver Smith is a business analyst and software reviewer with international experience. He combines business insights with firsthand software evaluations to guide users in making informed decisions.",meta_title:"Oliver Smith - Business Analyst at ReviewNex",meta_description:"Discover authentic software reviews from Oliver Smith, a business analyst who integrates business insights with software evaluations."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#4a2c0d;--theme-color-8:#6c4a2e;--theme-color-7:#855b3e;--theme-color-6:#a77a54;--theme-color-5:#cdaf8c;--theme-color-4:#e0c6a1;--theme-color-3:#eddfd7;--theme-color-2:#f9e1d6;--theme-color-1:#fdf4f1;--color-bg-layout:#f7f0ea;--color-bg-hover:#f5d8c8;--article-border-radius:24px;--btn-border-radius:8px;--category-border-radius:28px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,14 @@
1
+ import { CommonDataStructure } from 'src/common/data';
2
+ export declare const dataStructure: CommonDataStructure;
3
+ export declare const authors: Record<string, string>;
4
+ export declare const authorsNames: string[];
5
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCDD\uD83D\uDCBB\uD83D\uDC4D\uD83D\uDDE8\uFE0F";
6
+ export declare const categories: (string | number)[];
7
+ export declare const subcategories: string[];
8
+ export declare const subsubcategories: string[];
9
+ export type Category = keyof typeof dataStructure;
10
+ export type CategoryNode = (typeof dataStructure)[Category];
11
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
12
+ export declare const startDate = "2024-10-17T00:00:00Z";
13
+ export declare const devBucketName = "idn-softrelix-dev";
14
+ export declare const prodBucketName = "idn-softrelix";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={productivitySoftware:{title:"Explore Productivity Software: Authentic Reviews & Insights πŸ–₯️",description:"Discover expert reviews and user experiences on productivity software to help make informed decisions. Dive into our detailed articles today! πŸ“ˆ",slug:"explore-productivity-software",children:{projectManagementTools:{title:"Top Project Management Tools Reviewed for Efficiency πŸ“Š",description:"Unveil the best project management tools backed by real user reviews. Enhance team collaboration and project success with our insights! 🀝",slug:"top-project-management-tools",children:null},timeTrackingSoftware:{title:"Effective Time Tracking Software for Enhanced Productivity ⏱️",description:"Find the ideal time tracking software that boosts productivity. Our authentic reviews will guide you towards effective time management solutions! πŸ“…",slug:"effective-time-tracking-software",children:null},collaborationPlatforms:{title:"Best Collaboration Platforms to Strengthen Teamwork πŸ‘₯",description:"Explore collaboration platforms that foster teamwork and communication among colleagues. Read genuine user reviews for informed choices! πŸ’¬",slug:"best-collaboration-platforms",children:null},noteTakingApps:{title:"Top Note-Taking Apps for Organized Ideas πŸ“",description:"Discover the best note-taking apps to efficiently organize your thoughts and ideas. Authentic reviews help you choose the right tool! πŸ—’οΈ",slug:"top-note-taking-apps",children:null},documentEditingSoftware:{title:"Essential Document Editing Software for Professional Work ✍️",description:"Review top document editing software that enhances your writing and collaboration experience. Real user insights guide your selection! πŸ“„",slug:"essential-document-editing-software",children:null},other:{title:"Other Productivity Software: Unique Tools Reviewed 🌟",description:"Uncover unique productivity software options that may not fit traditional categories. Check out authentic reviews for the best choices! πŸ› οΈ",slug:"other-productivity-software",children:null}}},creativeSoftware:{title:"Explore Creative Software: Tools for Graphic Design! 🎨",description:"Discover the best creative software tools! Get authentic peer reviews and insightful articles for graphic design, and more. πŸ–₯️",slug:"creative-software",children:{graphicDesignTools:{title:"Top Graphic Design Tools: Reviews & Insights πŸ“",description:"Unleash your creativity with the top graphic design tools! Read authentic reviews and articles to find the best options for your needs. ✍️",slug:"graphic-design-tools",children:null},audioProductionSoftware:{title:"Top Audio Production Software: Reviews & Expert Insights 🎼",description:"Dive into the world of audio production with top software options! Read genuine reviews and articles to make informed decisions. 🎧",slug:"audio-production-software",children:null},animationSoftware:{title:"Best Animation Software: Peer Reviews & Recommendations ✨",description:"Create captivating animations with the best animation software! Discover authentic peer reviews and expert articles to guide you. πŸ¦„",slug:"animation-software",children:null},photographyTools:{title:"Essential Photography Tools: Reviews & Tips πŸ“Έ",description:"Capture stunning visuals with essential photography tools! Explore peer reviews and articles to enhance your photographic skills. πŸŒ…",slug:"photography-tools",children:null},other:{title:"Other Creative Software Solutions: Discover & Review πŸ“",description:"Explore a variety of other creative software solutions! Read authentic articles and reviews to find the best tools for your projects. βš™οΈ",slug:"other-creative-software",children:null}}},developmentTools:{title:"Explore Development Tools for Every Software Need πŸš€",description:"Discover essential development tools including code editors, version control systems, and more. Make informed decisions with authentic reviews and insights! πŸ› οΈ",slug:"development-tools",children:{codeEditors:{title:"Top Code Editors for Every Developer's Needs ✏️",description:"Find the best code editors that enhance your coding experience. Read genuine reviews and articles to select the right tools for your projects! πŸ’»",slug:"code-editors",children:null},versionControlSystems:{title:"Essential Version Control Systems for Team Collaboration πŸ”„",description:"Explore leading version control systems to manage your code efficiently. Learn from authentic peer reviews and boost your collaboration efforts! 🀝",slug:"version-control-systems",children:null},softwareTestingTools:{title:"Comprehensive Software Testing Tools for Quality Assurance βœ…",description:"Uncover powerful software testing tools that ensure your products are top-notch. Read authentic reviews to find what suits your testing needs! πŸ§ͺ",slug:"software-testing-tools",children:null},developmentEnvironments:{title:"Best Development Environments for Streamlined Coding πŸ–₯️",description:"Discover optimal development environments to streamline your coding workflow. Read real user experiences to make an informed choice! ⌨️",slug:"development-environments",children:null},apiManagementSoftware:{title:"Top API Management Software for Seamless Integration πŸ”—",description:"Explore effective API management software solutions that enhance your integration capabilities. Learn from authentic reviews and make informed choices! 🌐",slug:"api-management-software",children:null},other:{title:"Other Essential Development Tools You Should Know About πŸ› οΈ",description:"Explore additional development tools that enhance productivity and efficiency. Read user-generated reviews to find what suits your needs best! πŸ“ˆ",slug:"other-development-tools",children:null}}},enterpriseSolutions:{title:"Explore Enterprise Software Solutions for Your Business πŸš€",description:"Discover authentic reviews and articles on enterprise software solutions to make informed decisions for your business needs. 🌟",slug:"enterprise-software-solutions",children:{crmSoftware:{title:"Comprehensive CRM Software Reviews & Insights πŸ“ˆ",description:"Explore detailed reviews and articles on CRM software that can revolutionize your customer relationship management strategy. 🀝",slug:"crm-software-reviews",children:null},erpSystems:{title:"In-Depth Reviews of ERP Systems for Efficiency βš™οΈ",description:"Unlock the potential of your business with expert reviews and insights on the best ERP systems tailored for operational efficiency. πŸ”",slug:"erp-systems-reviews",children:null},hrManagementTools:{title:"Top HR Management Tools to Enhance Productivity πŸ’Ό",description:"Find authentic insights on HR management tools designed to optimize workforce management and boost overall productivity. πŸ“Š",slug:"hr-management-tools",children:null},accountingSoftware:{title:"Reliable Accounting Software Reviews & Guides πŸ’°",description:"Discover genuine reviews and comprehensive guides on accounting software to help you manage financial tasks effectively. πŸ“˜",slug:"accounting-software-reviews",children:null},customerSupportSoftware:{title:"Explore Customer Support Software for Better Service 🌟",description:"Delve into top-notch customer support software reviews to elevate your service quality and enhance customer satisfaction. ✨",slug:"customer-support-software",children:null},other:{title:"Explore Other Essential Business Software Solutions πŸ”",description:"Discover a variety of other crucial software solutions to support your business needs and empower your decision-making. 🧩",slug:"other-business-software",children:null}}},securitySoftware:{title:"Explore Top Security Software Solutions for Enhanced Protection πŸ”’",description:"Discover and compare authentic reviews of the best security software including antivirus, firewalls, and VPNs to keep your digital life safe! πŸ›‘οΈ",slug:"security-software",children:{antivirusPrograms:{title:"Effective Antivirus Programs: Reviews & Comparisons 🦠",description:"Uncover genuine reviews and insights on the most effective antivirus programs to protect your devices from malware and threats. 🌐",slug:"antivirus-programs",children:null},firewallSolutions:{title:"Best Firewall Solutions for Your Network Security πŸ”₯",description:"Find authentic reviews and detailed comparisons of top firewall solutions to enhance your network security and protect against intrusions! πŸ”",slug:"firewall-solutions",children:null},vpnServices:{title:"Top VPN Services: Secure Your Online Privacy 🌍",description:"Explore user-generated reviews on the best VPN services to safeguard your online activities and maintain your privacy while browsing! πŸ”",slug:"vpn-services",children:null},dataEncryptionTools:{title:"Data Encryption Tools: Safeguarding Your Information πŸ”‘",description:"Discover reviews of data encryption tools that offer reliable security solutions for protecting sensitive information from unauthorized access. πŸ”“",slug:"data-encryption-tools",children:null},identityManagementSoftware:{title:"Identity Management Software: Secure Your Identity πŸ‘€",description:"Learn about the best identity management software through peer reviews to effectively manage and secure your digital identities! πŸ–₯️",slug:"identity-management-software",children:null},other:{title:"Other Security Software Solutions Worth Considering πŸ”",description:"Explore various other security software solutions through genuine reviews and expert insights to enhance your security posture! πŸ›‘οΈ",slug:"other-security-software",children:null}}}},o=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),i=e.AUTHORS_INFO.map((e=>e.name)),r="πŸ“πŸ’»πŸ‘πŸ—¨οΈ",s=Object.keys(t),n=[],a=[];for(const e of s){const o=t[e];if(null==o?void 0:o.children){n.push(...Object.keys(o.children));for(const e of n){const t=o.children[e];(null==t?void 0:t.children)&&a.push(...Object.keys(t.children))}}}const l="2024-10-17T00:00:00Z",c="softrelix",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=o,exports.authorsNames=i,exports.categories=s,exports.dataStructure=t,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=n,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ SoftwareType = "SoftwareType",
3
+ UserExperienceLevel = "UserExperienceLevel",
4
+ PeerReviewRating = "PeerReviewRating",
5
+ SpecialFeatures = "SpecialFeatures",
6
+ IndustryApplication = "IndustryApplication"
7
+ }
8
+ type SoftwareTypeValues = 'Productivity Tools' | 'Creative Software' | 'Business Applications' | 'Development Tools';
9
+ type UserExperienceLevelValues = 'Beginner' | 'Intermediate' | 'Advanced' | 'Expert';
10
+ type PeerReviewRatingValues = '5 Stars' | '4 Stars' | '3 Stars' | '2 Stars' | '1 Star';
11
+ type SpecialFeaturesValues = 'Collaboration Tools' | 'Mobile Compatibility' | 'AI Integration' | 'Customizability';
12
+ type IndustryApplicationValues = 'Education' | 'Healthcare' | 'Finance' | 'Entertainment';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.SoftwareType]: SoftwareTypeValues[];
15
+ [FiltersNames.UserExperienceLevel]: UserExperienceLevelValues[];
16
+ [FiltersNames.PeerReviewRating]: PeerReviewRatingValues[];
17
+ [FiltersNames.SpecialFeatures]: SpecialFeaturesValues[];
18
+ [FiltersNames.IndustryApplication]: IndustryApplicationValues[];
19
+ };
20
+ export declare const softwareTypeValues: SoftwareTypeValues[];
21
+ export declare const userExperienceLevelValues: UserExperienceLevelValues[];
22
+ export declare const peerReviewRatingValues: PeerReviewRatingValues[];
23
+ export declare const specialFeaturesValues: SpecialFeaturesValues[];
24
+ export declare const industryApplicationValues: IndustryApplicationValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).SoftwareType="SoftwareType",e.UserExperienceLevel="UserExperienceLevel",e.PeerReviewRating="PeerReviewRating",e.SpecialFeatures="SpecialFeatures",e.IndustryApplication="IndustryApplication";const t=["Productivity Tools","Creative Software","Business Applications","Development Tools"],s=["Beginner","Intermediate","Advanced","Expert"],r=["5 Stars","4 Stars","3 Stars","2 Stars","1 Star"],i=["Collaboration Tools","Mobile Compatibility","AI Integration","Customizability"],a=["Education","Healthcare","Finance","Entertainment"],p={[exports.FiltersNames.SoftwareType]:[],[exports.FiltersNames.UserExperienceLevel]:[],[exports.FiltersNames.PeerReviewRating]:[],[exports.FiltersNames.SpecialFeatures]:[],[exports.FiltersNames.IndustryApplication]:[]},l={[exports.FiltersNames.SoftwareType]:t,[exports.FiltersNames.UserExperienceLevel]:s,[exports.FiltersNames.PeerReviewRating]:r,[exports.FiltersNames.SpecialFeatures]:i,[exports.FiltersNames.IndustryApplication]:a},o=()=>JSON.stringify(l,null,2);exports.fullFilters=l,exports.getFiltersTypesJSON=o,exports.industryApplicationValues=a,exports.initialFilters=p,exports.peerReviewRatingValues=r,exports.softwareTypeValues=t,exports.specialFeaturesValues=i,exports.userExperienceLevelValues=s;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),a=require("./seo.js"),o=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.industryApplicationValues=t.industryApplicationValues,exports.initialFilters=t.initialFilters,exports.peerReviewRatingValues=t.peerReviewRatingValues,exports.softwareTypeValues=t.softwareTypeValues,exports.specialFeaturesValues=t.specialFeaturesValues,exports.userExperienceLevelValues=t.userExperienceLevelValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=a.AUTHORS_INFO,exports.AUTHORS_META=a.AUTHORS_META,exports.PAGES_SEO=a.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return a.PageNames}}),exports.gpt35Articles=o,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: SoftRelix is an infotainment portal dedicated to providing authentic peer software reviews and articles about a wide range of software solutions. With a user-friendly interface, SoftRelix aims to connect users with genuine insights and experiences from real software users to facilitate informed decision-making.\n - Detailed description: SoftRelix serves as a comprehensive platform where users can explore in-depth articles and authentic reviews on various software products. The portal emphasizes peer-to-peer sharing of experiences, which helps individuals navigate the often-overwhelming world of technology and software options. Featuring user-generated content, detailed comparison tools, and expert evaluations, SoftRelix empowers its visitors to make well-informed choices tailored to their specific needs. From productivity tools to creative software, the articles on SoftRelix are meticulously curated to ensure that readers receive valuable insights and recommendations that reflect real-world use cases. The portal prioritizes transparency and community engagement, making it a trusted source for anyone looking to enhance their software experience.\n - Target audience: The target audience for SoftRelix includes tech-savvy individuals, business professionals, software developers, and everyday users seeking reliable information on software products. This diverse group ranges from students looking for academic tools to entrepreneurs searching for productivity software, all of whom value authentic recommendations and detailed information to make educated purchasing decisions.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Software Overview\n- Software Features\n- Technical Specifications\n\n## Peer Insights\n- User Experiences\n- Pros and Cons\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Software Overview, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "IT professionals, software professionals, small and large businesses";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: SoftRelix is an infotainment portal dedicated to providing authentic peer software reviews and articles about a wide range of software solutions. With a user-friendly interface, SoftRelix aims to connect users with genuine insights and experiences from real software users to facilitate informed decision-making.\n - Detailed description: SoftRelix serves as a comprehensive platform where users can explore in-depth articles and authentic reviews on various software products. The portal emphasizes peer-to-peer sharing of experiences, which helps individuals navigate the often-overwhelming world of technology and software options. Featuring user-generated content, detailed comparison tools, and expert evaluations, SoftRelix empowers its visitors to make well-informed choices tailored to their specific needs. From productivity tools to creative software, the articles on SoftRelix are meticulously curated to ensure that readers receive valuable insights and recommendations that reflect real-world use cases. The portal prioritizes transparency and community engagement, making it a trusted source for anyone looking to enhance their software experience.\n - Target audience: The target audience for SoftRelix includes tech-savvy individuals, business professionals, software developers, and everyday users seeking reliable information on software products. This diverse group ranges from students looking for academic tools to entrepreneurs searching for productivity software, all of whom value authentic recommendations and detailed information to make educated purchasing decisions.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Software Overview\n- Software Features\n- Technical Specifications\n\n## Peer Insights\n- User Experiences\n- Pros and Cons\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Software Overview, IF it's applicable to the theme of the article.\n",r="highlighting the key points that will be discussed and the relevance of the topic",o="synthesizing the information presented throughout",n="IT professionals, software professionals, small and large businesses",a="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=o,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=a,exports.START_STEP=r,exports.TARGET_AUDIENCE=n,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:t})=>({prompt:`Highly detailed illustration of ${a}, ${o}, for an article ${t} in a leading technology publication, showcasing software interfaces, coding environments, and technological innovation, clean and modern tech magazine style, accurate representation of software, user interfaces, programming, development tools, and tech gadgets, 4K, 8K resolution, minimalistic design, clear visuals, no blur, depth of field, modern digital art, precise and informative, tech-focused imagery`,negativePrompt:e.SD_NEGATIVE_PROMPT,options:{steps:7,cfg_scale:3}}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet Our Expert Reviewers | SoftRelix",description:"Discover the passionate writers behind SoftRelix! πŸ“ Our team delivers authentic peer software reviews and insightful articles that empower your software choices. #AuthenticReviews"},[exports.PageNames.Home]:{title:"SoftRelix - Your Hub for Authentic Software Reviews",description:"Welcome to SoftRelix! 🌟 Dive into detailed software reviews and informative articles crafted to guide you in the world of technology. Find your perfect software match today! #SoftwareInsights"},[exports.PageNames.NotFound]:{title:"Page Not Found | SoftRelix",description:"Oops! πŸ˜• The page you're looking for does not exist. Head back to explore authentic software reviews and insightful articles at SoftRelix! #Error"},[exports.PageNames.AboutUs]:{title:"About SoftRelix | Authentic Software Reviews & Articles",description:"Learn more about SoftRelix! 🀝 We are dedicated to providing honest software reviews and helpful articles to enhance your software experience. Join us on our journey! #AboutUs"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | SoftRelix",description:"Your privacy matters! πŸ”’ Read our Privacy Policy to understand how SoftRelix safeguards your data while delivering trustworthy software insights. #PrivacyMatters"},[exports.PageNames.Terms]:{title:"Terms of Service | SoftRelix",description:"Stay informed with our Terms of Service. πŸ“œ Understand your rights and responsibilities when engaging with SoftRelix for authentic software reviews. #TermsOfService"},[exports.PageNames.Sitemap]:{title:"Sitemap | SoftRelix - Navigate with Ease",description:"Explore the SoftRelix structure with our Sitemap! πŸ—ΊοΈ Find all our articles, reviews, and more at a glance for a seamless navigation experience. #Sitemap"}},t=[{name:"Ravi Kumar",description:"Ravi Kumar is a seasoned software analyst with over a decade of experience in evaluating software solutions across various industries. He specializes in SaaS applications and is known for his insightful reviews and comprehensive comparisons.",meta_title:"Ravi Kumar - Software Analyst & Reviewer at SoftRelix",meta_description:"Discover expert software reviews and insights from Ravi Kumar, a seasoned software analyst with over 10 years of experience."},{name:"Anjali Mehta",description:"Anjali Mehta is a software consultant and writer who has been instrumental in guiding organizations through software selection processes. With a background in IT and business analysis, her articles shed light on industry trends and software effectiveness.",meta_title:"Anjali Mehta - Software Consultant & Author at SoftRelix",meta_description:"Read insightful software articles by Anjali Mehta, a software consultant with extensive experience in IT and business analysis."},{name:"Vikram Singh",description:"Vikram Singh is a technology writer and software enthusiast who focuses on software usability and user experience. With years of hands-on experience in product testing, he provides a unique perspective on software functionality.",meta_title:"Vikram Singh - Technology Writer & Software Reviewer at SoftRelix",meta_description:"Explore articles by Vikram Singh, a technology writer dedicated to providing in-depth software reviews and usability insights."},{name:"Priya Sharma",description:"With a background in software engineering, Priya Sharma is a passionate writer who enjoys breaking down complex software concepts for everyday users. Her articles often feature practical tips and software recommendations.",meta_title:"Priya Sharma - Software Engineer & Writer at SoftRelix",meta_description:"Find practical software tips and recommendations by Priya Sharma, a software engineer and tech writer with a knack for simplifying complex concepts."},{name:"Rahul Desai",description:"Rahul Desai is a digital transformation expert who writes extensively about software trends and innovations. His rich background in IT consultancy allows him to provide valuable insights on new software technologies.",meta_title:"Rahul Desai - Digital Transformation Expert & Author at SoftRelix",meta_description:"Stay updated with software trends through expert articles by Rahul Desai, a digital transformation expert with extensive IT consultancy experience."},{name:"Sakshi Joshi",description:"Sakshi Joshi is a freelance tech writer who specializes in cloud-based software reviews. She has collaborated with numerous software companies, providing in-depth analysis and comparison articles.",meta_title:"Sakshi Joshi - Freelance Tech Writer & Software Reviewer at SoftRelix",meta_description:"Read the latest on cloud software from Sakshi Joshi, a freelance tech writer known for her detailed analysis and comparisons."},{name:"Arjun Patel",description:"Arjun Patel is a software developer and technology writer who combines his technical skills with a passion for writing. His articles often cover software trends and innovations, giving readers a glimpse into the future of technology.",meta_title:"Arjun Patel - Software Developer & Technology Writer at SoftRelix",meta_description:"Discover the future of technology through articles by Arjun Patel, a software developer and tech writer with a keen eye for innovation."},{name:"Meera Gupta",description:"Meera Gupta is an IT specialist and author with a focus on cybersecurity software. With over 8 years of experience in the field, she offers unique insights into security solutions and compliance software.",meta_title:"Meera Gupta - IT Specialist & Author at SoftRelix",meta_description:"Gain insights into cybersecurity software from Meera Gupta, an IT specialist with a rich background in security solutions and compliance."},{name:"Nishant Iyer",description:"Nishant Iyer is an emerging writer in the software review space, specializing in mobile applications. He leverages his tech background to provide detailed app reviews that cater to both consumers and businesses.",meta_title:"Nishant Iyer - Mobile App Reviewer & Writer at SoftRelix",meta_description:"Explore insightful mobile app reviews by Nishant Iyer, a tech writer dedicated to bridging the gap between users and innovative software solutions."},{name:"Kiran Rao",description:"Kiran Rao is a digital marketer and software reviewer with a strong focus on CRM and marketing automation tools. He is known for providing actionable insights and comparative analysis to help businesses optimize their operations.",meta_title:"Kiran Rao - Digital Marketer & Software Reviewer at SoftRelix",meta_description:"Maximize your business operations with insights from Kiran Rao, a digital marketer who specializes in CRM and marketing automation software."},{name:"Anjali Rao",description:"Anjali is a software analyst with over 8 years of experience in the tech industry. With a keen eye for detail, she specializes in reviewing cloud-based applications and productivity software, helping users make informed choices for their businesses.",meta_title:"Anjali Rao - Software Analyst at SoftRelix",meta_description:"Discover insights from Anjali Rao, a seasoned software analyst at SoftRelix, specializing in cloud-based applications and productivity tools."},{name:"Rajesh Patel",description:"Rajesh is a tech enthusiast and software developer with a decade of experience in creating and reviewing software applications. He shares in-depth knowledge about emerging technologies and their practical applications in real-world scenarios.",meta_title:"Rajesh Patel - Tech Enthusiast at SoftRelix",meta_description:"Join Rajesh Patel on SoftRelix as he explores the latest in software development and reviews cutting-edge applications and tools."},{name:"Sita Mehta",description:"With 5 years of experience in the software engineering field, Sita focuses on reviewing analytical and business intelligence software. Her articles provide valuable insights that assist users in harnessing the power of data in decision-making.",meta_title:"Sita Mehta - Software Engineer at SoftRelix",meta_description:"Read insightful articles by Sita Mehta from SoftRelix on analytical tools and business intelligence software to boost your data-driven decisions."},{name:"Vikram Sharma",description:"Vikram is a digital marketing strategist with 7 years of experience in the software review landscape. He writes engaging articles that bridge the gap between marketing software and user experience.",meta_title:"Vikram Sharma - Digital Marketing Strategist at SoftRelix",meta_description:"Explore Vikram Sharma's expert take on software tools for digital marketing, available on SoftRelix, designed to enhance your online presence."},{name:"Priya Singh",description:"Priya is a freelance writer and software consultant with a passion for technology and startups. Her extensive knowledge helps her write compelling articles on innovative software solutions tailored for small businesses.",meta_title:"Priya Singh - Software Consultant at SoftRelix",meta_description:"Get insights from Priya Singh at SoftRelix as she reviews innovative software solutions tailored for startups and small businesses."},{name:"Arjun Kumar",description:"Arjun is a cybersecurity expert with over 10 years of experience in protecting digital assets. He writes critical reviews on security software and best practices for individuals and businesses alike.",meta_title:"Arjun Kumar - Cybersecurity Expert at SoftRelix",meta_description:"Stay safe online with Arjun Kumar's expert reviews of cybersecurity software at SoftRelix, guiding you on digital protection strategies."},{name:"Neha Joshi",description:"Neha has spent 6 years in the tech industry specializing in mobile applications. Her reviews provide users with comprehensive perspectives on the latest trends and the best mobile software.",meta_title:"Neha Joshi - Mobile App Specialist at SoftRelix",meta_description:"Follow Neha Joshi at SoftRelix for in-depth reviews and insights into the world of mobile applications and the tech trends shaping the future."},{name:"Karan Nair",description:"Karan is a software project manager with over 12 years of experience leading teams and delivering software projects. He writes about project management tools and methodologies that enhance productivity.",meta_title:"Karan Nair - Project Management Expert at SoftRelix",meta_description:"Learn from Karan Nair on SoftRelix about effective project management software and methodologies to boost your team's productivity."},{name:"Riya Kapoor",description:"Riya is an IT consultant with 4 years of experience in evaluating enterprise software solutions. Her articles offer valuable information to businesses looking to implement software systems that align with their goals.",meta_title:"Riya Kapoor - IT Consultant at SoftRelix",meta_description:"Discover Riya Kapoor's insights at SoftRelix on enterprise software solutions to help your business achieve its strategic objectives."},{name:"Rajesh Kumar",description:"Rajesh Kumar is an IT consultant and technology enthusiast with over 15 years of experience in software development and reviews. He specializes in cloud-based solutions and has authored numerous articles for various tech publications. His detailed insights help users make informed software choices.",meta_title:"Rajesh Kumar - Expert Software Reviewer | SoftRelix",meta_description:"Explore software insights and reviews from Rajesh Kumar, an experienced IT consultant with over 15 years in the industry. Discover valuable tips on software choices."},{name:"Anita Sharma",description:"Anita Sharma is a software analyst with a passion for writing and educating users about the latest in the software industry. With a background in computer science and a decade of experience, she focuses on providing clear, comprehensive reviews and comparisons.",meta_title:"Anita Sharma - Software Analyst & Writer | SoftRelix",meta_description:"Read articles by Anita Sharma, a skilled software analyst with 10 years of experience, offering detailed reviews and insightful comparisons on the latest software."},{name:"Priya Mehta",description:"Priya Mehta is a tech writer and software tester with a knack for simplifying complex software concepts. She brings over 8 years of experience in the tech industry, focusing on software usability and user experience.",meta_title:"Priya Mehta - Tech Writer & Software Tester | SoftRelix",meta_description:"Discover insights from Priya Mehta, a talented tech writer and software tester with 8 years of experience, dedicated to simplifying software usability for users."},{name:"Arvind Rao",description:"Arvind Rao is a seasoned software developer and technology writer with over 12 years of experience. He specializes in enterprise solutions and frequently writes articles aimed at helping businesses choose the right software tools.",meta_title:"Arvind Rao - Software Developer & Tech Writer | SoftRelix",meta_description:"Get expert software recommendations from Arvind Rao, a software developer with 12 years of experience, focused on helping businesses through informative articles."},{name:"Kavita Desai",description:"Kavita Desai is a recognized software consultant and writer with a strong background in software security. With 10 years of industry experience, her articles focus on software safety, compliance, and best practices in selection.",meta_title:"Kavita Desai - Software Consultant & Author | SoftRelix",meta_description:"Explore Kavita Desai's expertise in software security and compliance through her engaging articles, benefiting from her 10 years of hands-on experience."},{name:"Sameer Patel",description:"Sameer Patel is an experienced product manager and software reviewer who has worked with various startups. He leverages his background to help users navigate the constantly evolving software landscape by providing in-depth reviews.",meta_title:"Sameer Patel - Product Manager & Software Reviewer | SoftRelix",meta_description:"Follow Sameer Patel for in-depth software reviews and insights, leveraging his product management experience, especially focused on startups and innovations."},{name:"Shalini Nair",description:"Shalini Nair is a passionate software engineer and tech journalist dedicated to educating users about software solutions. With over 7 years of diverse tech industry experience, she writes informative articles that empower users.",meta_title:"Shalini Nair - Software Engineer & Tech Journalist | SoftRelix",meta_description:"Read insightful articles by Shalini Nair, a software engineer and tech journalist with 7 years of experience, focusing on educating users about software solutions."},{name:"Amit Bansal",description:"Amit Bansal is a software solutions architect with a flair for writing. With over a decade of experience in software design and implementation, he provides readers with valuable insights into software architecture and best practices.",meta_title:"Amit Bansal - Software Architect & Writer | SoftRelix",meta_description:"Gain insights from Amit Bansal, a software solutions architect with 10 years of experience, offering expert writing on software architecture and best practices."},{name:"Isha Verma",description:"Isha Verma is a software product specialist dedicated to analyzing and reviewing new software products. Her 6 years in the tech industry contribute to her detail-oriented approach, ensuring readers get concise yet thorough assessments.",meta_title:"Isha Verma - Software Product Specialist & Reviewer | SoftRelix",meta_description:"Explore product reviews by Isha Verma, a software product specialist with 6 years of experience, delivering concise and thorough software assessments."},{name:"Rahul Mehta",description:"Rahul Mehta is a technology enthusiast and software analyst with over 10 years of experience in the tech industry. With a background in computer science, he specializes in emerging software trends and reviews. His expertise lies in evaluating SaaS products, helping businesses choose the right software tools.",meta_title:"Rahul Mehta - Software Analyst at SoftRelix",meta_description:"Discover insights from Rahul Mehta, a seasoned software analyst with over a decade of experience. Read his reviews and articles on the latest software solutions at SoftRelix."},{name:"Anjali Sharma",description:"Anjali Sharma is an Indian software reviewer and content writer with a passion for innovative technology. With a degree in Information Technology, she has spent 8 years working in various tech roles, focusing on software evaluation and user experience. Anjali aims to simplify complex software concepts for the audience.",meta_title:"Anjali Sharma - Software Reviewer at SoftRelix",meta_description:"Explore the expertise of Anjali Sharma, a software reviewer and content writer with 8 years of experience. Read her detailed reviews and articles at SoftRelix."},{name:"Vikram Gupta",description:"Vikram Gupta is a software industry veteran who has dedicated his career to assessing software applications and tools. With 15 years of experience, he has worked with startups and enterprises, specializing in business software solutions. His articles on SoftRelix focus on comprehensive peer reviews.",meta_title:"Vikram Gupta - Software Expert at SoftRelix",meta_description:"Get in-depth software reviews and insights from Vikram Gupta, a software industry veteran with 15 years of experience. Visit SoftRelix for his expert articles."},{name:"Priya Desai",description:"Priya Desai is a technology writer and software reviewer with a flair for communicating complex ideas. With over 6 years of experience in the tech field, she provides critical analysis and user-centric perspectives on software products. Priya enjoys helping readers make informed decisions with her reviews.",meta_title:"Priya Desai - Technology Writer at SoftRelix",meta_description:"Meet Priya Desai, a technology writer and software reviewer with 6 years of experience. Read her insightful articles and reviews on SoftRelix."},{name:"Arjun Rao",description:"Arjun Rao is a seasoned software consultant and reviewer with 12 years of experience in the field. His expertise extends across various domains, focusing on software implementations and performance evaluations. Arjun contributes articles that guide users in selecting the right software solutions.",meta_title:"Arjun Rao - Software Consultant at SoftRelix",meta_description:"Discover expert reviews from Arjun Rao, a software consultant with 12 years of experience. Read his articles and gain insights on SoftRelix."},{name:"Neha Singh",description:"Neha Singh is a passionate tech writer and software reviewer renowned for her clear and concise writing style. Over the last 5 years, she has honed her skills in producing engaging content that demystifies software products, making them accessible to all audiences.",meta_title:"Neha Singh - Tech Writer at SoftRelix",meta_description:"Read articles and reviews from Neha Singh, a passionate tech writer with 5 years of experience. Gain insights on software products at SoftRelix."},{name:"Kunal Verma",description:"Kunal Verma is a leading software analyst and writer with expertise in reviewing enterprise software solutions. With 9 years of experience collaborating with various brands, Kunal aims to provide authentic insights that aid readers in choosing the best software for their needs.",meta_title:"Kunal Verma - Software Analyst at SoftRelix",meta_description:"Explore Kunal Verma's articles and reviews, a software analyst with 9 years of experience. Uncover the best software solutions on SoftRelix."},{name:"Sonia Kapoor",description:"Sonia Kapoor is an accomplished software reviewer who merges technical knowledge with creative writing. With over 7 years of experience in technology journalism, she delivers detailed software reviews and insights that are both informative and engaging for readers.",meta_title:"Sonia Kapoor - Software Reviewer at SoftRelix",meta_description:"Discover thought-provoking software reviews and insights from Sonia Kapoor, an accomplished software reviewer with 7 years of experience. Visit SoftRelix for more."},{name:"Amit Joshi",description:"Amit Joshi is a software development expert and writer with a decade-long experience in the software industry. He specializes in reviewing software tools for developers and businesses, providing hands-on evaluations that highlight usability and functionality.",meta_title:"Amit Joshi - Software Development Expert at SoftRelix",meta_description:"Read articles from Amit Joshi, a software development expert with 10 years of experience. Explore comprehensive software reviews on SoftRelix."},{name:"Deepika Nair",description:"Deepika Nair is a technology enthusiast and software reviewer with a keen interest in the latest digital innovations. With 4 years of content writing experience, she creates engaging articles that guide users in understanding software functionalities and features.",meta_title:"Deepika Nair - Software Reviewer at SoftRelix",meta_description:"Meet Deepika Nair, a technology enthusiast and software reviewer with 4 years of experience. Read her engaging articles on SoftRelix."},{name:"Sarah Johnson",description:"Sarah Johnson is a software analyst with over 8 years of experience in the technology industry. She specializes in writing detailed reviews and comparisons of software solutions, helping users make informed decisions. With a background in computer science and a keen eye for user experience, Sarah is dedicated to delivering authentic content that resonates with both beginners and tech-savvy readers.",meta_title:"Sarah Johnson - Software Analyst and Reviewer at SoftRelix",meta_description:"Explore in-depth software reviews and articles by Sarah Johnson, an expert in technology and user experience."},{name:"Akira Tanaka",description:"Akira Tanaka is a prolific tech writer based in Tokyo, Japan. With over a decade of experience in the software industry, Akira combines his passion for technology with a natural flair for writing. His articles often focus on emerging software trends and innovations, making him a sought-after contributor for software reviews and analysis.",meta_title:"Akira Tanaka - Tech Writer at SoftRelix",meta_description:"Read insightful software reviews and articles by Akira Tanaka, a leading voice in tech journalism in Asia."},{name:"Liam O'Reilly",description:"Liam O'Reilly is an Irish software developer and tech blogger with over 5 years of experience creating software solutions. He leverages his development background to provide unique insights into software functionalities and user needs, ensuring that readers receive practical advice and trustworthy reviews.",meta_title:"Liam O'Reilly - Software Developer and Blogger at SoftRelix",meta_description:"Discover software reviews and technical articles by Liam O'Reilly, a developer with a passion for technology."},{name:"Fatima Khan",description:"Based in Dubai, Fatima Khan is a freelance writer with 7 years of experience in writing about technology and software. She has worked with various tech companies to produce authentic content that guides consumers in their software choices. Fatima is known for her comprehensive reviews and engaging writing style.",meta_title:"Fatima Khan - Freelance Writer at SoftRelix",meta_description:"Get expert software reviews and insights from Fatima Khan, a dedicated freelance writer specializing in tech."},{name:"Miguel Garcia",description:"Miguel Garcia is a software engineer and technology writer from Brazil. With over 9 years of experience in software development and testing, he writes from a developer's perspective to shed light on important software features and user experiences. His reviews are insightful and technically enriched.",meta_title:"Miguel Garcia - Software Engineer and Writer at SoftRelix",meta_description:"Explore software reviews by Miguel Garcia, an engineer providing technical insights and user-oriented articles."},{name:"Anya Petrova",description:"Anya Petrova is a Russian journalist and software reviewer with a strong focus on consumer technology. With 6 years of experience in writing about software, she combines her journalistic skills with a deep understanding of technology to deliver engaging and informative content that assists readers in navigating the software landscape.",meta_title:"Anya Petrova - Journalist and Software Reviewer at SoftRelix",meta_description:"Read software reviews and technology articles by Anya Petrova, a journalist dedicated to consumer technology."},{name:"Jin Huang",description:"Jin Huang is a technology enthusiast and software writer based in Shenzhen, China. With more than 5 years of experience, he writes in both English and Mandarin, providing unique perspectives and reviews on a wide range of software products that cater to international users.",meta_title:"Jin Huang - Technology Writer at SoftRelix",meta_description:"Discover software insights and reviews by Jin Huang, a bilingual writer passionate about technology."},{name:"Clara Roberts",description:"Clara Roberts is an experienced tech writer with a focus on software reviews. Based in London, she has spent the last 8 years writing compelling articles aimed at both enterprises and individual users. Clara’s ability to simplify complex software topics has made her a favorite among readers seeking clarity and depth in their software choices.",meta_title:"Clara Roberts - Tech Writer and Reviewer at SoftRelix",meta_description:"Browse software reviews and comprehensive articles by Clara Roberts, a tech writer committed to reader engagement."},{name:"Raj Patel",description:"Raj Patel is an IT consultant and software reviewer from Mumbai, India. With extensive knowledge of the Indian software market and over 10 years of experience in IT, Raj provides in-depth analysis and reviews of software that meet the needs of local businesses and consumers.",meta_title:"Raj Patel - IT Consultant and Reviewer at SoftRelix",meta_description:"Get expert software evaluations and analyses by Raj Patel, focusing on the Indian software landscape."},{name:"Maya Schmidt",description:"Maya Schmidt is an American software specialist and writer from San Francisco with a strong background in both software engineering and usability testing. With 7 years of experience, her articles provide practical advice, critical analysis, and thorough reviews for users navigating complex software solutions.",meta_title:"Maya Schmidt - Software Specialist and Writer at SoftRelix",meta_description:"Delve into thorough software reviews and user-focused articles by Maya Schmidt, an expert in usability testing."},{name:"Alice Johnson",description:"Alice Johnson is a seasoned technology writer with over 10 years of experience in the software industry. With a passion for all things digital, she specializes in writing detailed software reviews, comparative analyses, and insightful articles that help readers make informed decisions. Alice holds a degree in Computer Science and has contributed to numerous tech publications.",meta_title:"Alice Johnson - Expert Software Reviewer at SoftRelix",meta_description:"Explore in-depth software reviews and articles by Alice Johnson, a seasoned technology writer with over a decade of experience in the tech industry. Gain insights and expert advice on authentic software solutions."},{name:"Mohammed Tariq",description:"Mohammed Tariq is a technology enthusiast and software analyst based in Dubai. With a strong background in IT consultancy, he brings practical insights into software performance and usability. Mohammed's articles focus on peer reviews and real-world applications of software solutions, making him a trusted voice in the community.",meta_title:"Mohammed Tariq - Software Analyst and Reviewer at SoftRelix",meta_description:"Join Mohammed Tariq as he shares expert software analyses and peer reviews. With a focus on usability and performance, discover reliable insights into authentic software solutions."},{name:"Sophia Liu",description:"Sophia Liu is a software researcher and content creator based in Beijing, known for her analytical approach to tech writing. With a Master's Degree in Information Technology, she writes comprehensive reviews and comparative studies on various software tools, catering to both professionals and casual users.",meta_title:"Sophia Liu - Software Researcher and Writer at SoftRelix",meta_description:"Discover in-depth software reviews and articles by Sophia Liu, a dedicated software researcher and writer. Get reliable insights and analyses tailored for professionals and casual users alike."},{name:"Liam O'Connor",description:"Liam O'Connor is an Irish tech journalist with a passion for software innovation. With over 8 years of experience covering the tech landscape, he has become an authority on software reviews, helping readers navigate through various digital solutions. Liam is committed to providing honest, unbiased reviews and insightful articles.",meta_title:"Liam O'Connor - Tech Journalist and Software Reviewer at SoftRelix",meta_description:"Read honest and unbiased software reviews from Liam O'Connor, an experienced tech journalist. Explore reliable insights and expert guidance on the latest software tools in the market."},{name:"Natalia Petrova",description:"Based in Moscow, Natalia Petrova is a digital marketing expert and software reviewer with over 12 years of industry experience. She focuses on software solutions that drive business growth, blending technical knowledge with marketing strategies in her detailed articles and reviews.",meta_title:"Natalia Petrova - Digital Marketing Expert and Software Reviewer at SoftRelix",meta_description:"Unlock the potential of software solutions with insights from Natalia Petrova. A digital marketing expert with over 12 years of experience, she offers in-depth reviews to enhance your business growth."},{name:"James Smith",description:"James Smith is a freelance technology writer from Canada specializing in software reviews and tech guides. With a solid background in software engineering, he combines technical expertise with a user-centric writing style, making complex topics accessible to all.",meta_title:"James Smith - Freelance Technology Writer at SoftRelix",meta_description:"Explore accessible software reviews and tech guides by James Smith, a freelance technology writer with a software engineering background. Delve into user-centric insights on software solutions."},{name:"Fatima Benali",description:"Fatima Benali, hailing from Morocco, is a software reviewer and data analyst. With over 5 years of experience in software evaluation and performance testing, she provides clear and concise reviews aimed at helping businesses select the best software for their needs.",meta_title:"Fatima Benali - Software Reviewer and Data Analyst at SoftRelix",meta_description:"Get clear and concise software reviews from Fatima Benali, a software reviewer and data analyst with over 5 years of experience. Discover the best software solutions for your business needs."},{name:"David Lee",description:"David Lee is a software developer and tech writer based in New York. With a focus on emerging technologies and software trends, he writes informative articles and software reviews that assist readers in understanding the latest tools available in the market.",meta_title:"David Lee - Software Developer and Tech Writer at SoftRelix",meta_description:"Stay updated with software trends and innovations through insightful articles and reviews by David Lee, a software developer and tech writer based in New York."},{name:"Emma Thompson",description:"Emma Thompson is an acclaimed technology author from Australia with a focus on software for education and productivity. With 7 years of writing experience, her articles provide educators and professionals with detailed reviews, helping them choose the right software tools.",meta_title:"Emma Thompson - Technology Author at SoftRelix",meta_description:"Explore detailed software reviews for education and productivity by Emma Thompson, an acclaimed technology author. Find the right software tools to enhance your workflow and learning environment."},{name:"Carlos Ramirez",description:"Carlos Ramirez is a software enthusiast and writer from Mexico with vast experience in IT and software management. He specializes in writing authentic peer reviews and articles that highlight software efficiency, effectiveness, and user experience.",meta_title:"Carlos Ramirez - Software Enthusiast and Writer at SoftRelix",meta_description:"Gain insights into software efficiency and user experience through authentic peer reviews and articles by Carlos Ramirez, a software enthusiast and industry expert."}],a=t.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=t,exports.AUTHORS_META=a,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#061c40;--theme-color-8:#0a3d6f;--theme-color-7:#0d6fa8;--theme-color-6:#2a9fda;--theme-color-5:#4bbff4;--theme-color-4:#67d6f9;--theme-color-3:#9bdcf5;--theme-color-2:#b7e8f9;--theme-color-1:#d1f4ff;--color-bg-layout:#f2f9fa;--color-bg-hover:#b3e3ef;--article-border-radius:24px;--btn-border-radius:10px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.375",
3
+ "version": "1.3.377",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [