diff options
Diffstat (limited to 'aws-ipblocks-csv/package.json')
-rw-r--r-- | aws-ipblocks-csv/package.json | 14 |
1 files changed, 14 insertions, 0 deletions
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 <david@snart.me>", + "license": "Apache-2.0", + "dependencies": { + "csv-stringify": "^6.4.4" + } +} |