diff options
author | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2023-11-21 19:55:39 +0800 |
commit | 1551dbfde0e329783174b7aa9d1ce9fc93e8470b (patch) | |
tree | 4b503c811afdf935723cbadc713133bc9046f9e0 /aws-ipblocks-csv/package.json |
Initial commit
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" + } +} |