UNPKG

not-real-data-package

Version:

not real data

10 lines (9 loc) 508 B
module.exports = { books: { bookTitles: ['Livre A', 'Livre B', 'Livre C', 'Livre D', 'Livre E'], authorNames: ['Auteur X', 'Auteur Y', 'Auteur Z', 'Auteur A', 'Auteur B'], isbnNumbers: ['978-1234567890', '978-9876543210', '978-5678901234', '978-4321098765', '978-8765432109'], bookDescriptions: ['Thriller mystérieux', 'Fiction historique', 'Guide de développement personnel', 'Science-fiction', 'Roman romantique'], publicationYears: [2020, 2019, 2021, 2018, 2017], }, };