UNPKG

global-express

Version:

A Command line interface for instantly building an express

25 lines (23 loc) 602 B
const Example = { products: [ { id: 1, title: 'Global Express', description: 'A Command line interface for instantly building an express', npmjs: 'https://www.npmjs.com/package/global-express', }, { id: 2, title: 'gRPC Pack', description: 'Simpler use of grpc in Node.js', npmjs: 'https://www.npmjs.com/package/grpc-pack', }, { id: 3, title: 'Territory Indonesia', description: 'Territories of Indonesia', npmjs: 'https://www.npmjs.com/package/territory-indonesia', }, ], }; module.exports = Example;