commit af6c1d209880009349c076b74317edc95cb6d6d9 Author: Benjamin Jones Date: Tue Mar 2 16:49:03 2021 +0100 init npm diff --git a/package.json b/package.json new file mode 100644 index 0000000..7b0a2a2 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "name": "stream", + "version": "1.0.0", + "main": "index.js", + "license": "MIT" +}