From 1551dbfde0e329783174b7aa9d1ce9fc93e8470b Mon Sep 17 00:00:00 2001 From: David Timber Date: Tue, 21 Nov 2023 19:55:39 +0800 Subject: Initial commit --- aws-ipblocks-csv/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 aws-ipblocks-csv/package.json (limited to 'aws-ipblocks-csv/package.json') diff --git a/aws-ipblocks-csv/package.json b/aws-ipblocks-csv/package.json new file mode 100644 index 0000000..87e11b9 --- /dev/null +++ b/aws-ipblocks-csv/package.json @@ -0,0 +1,14 @@ +{ + "name": "aws-ipblocks-csv", + "version": "0.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "David Timber ", + "license": "Apache-2.0", + "dependencies": { + "csv-stringify": "^6.4.4" + } +} -- cgit