1{ 2 "name": "node-stream", 3 "version": "1.0.0", 4 "main": "index.js", 5 "scripts": { 6 "start": "node index.js" 7 }, 8 "type": "module", 9 "author": "Pedro Correa", 10 "license": "ISC", 11 "description": "" 12}