32 lines
846 B
JSON
Raw Normal View History

2020-09-21 10:44:14 -07:00
{
"name": "decorate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2021-05-07 11:10:29 -07:00
"start": "node index.js",
2020-09-21 10:44:14 -07:00
"sync": "aws s3 sync s3://gdbible-analytics/RAW ./RAW",
2021-03-02 08:09:00 -08:00
"empty": "aws s3 rm s3://gdbible-analytics/RAW --recursive",
2023-05-20 10:48:03 -07:00
"combine": "find RAW -name '*.gz' -exec cat '{}' ';' > combined.log"
2020-09-21 10:44:14 -07:00
},
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"license": "MIT",
"dependencies": {
2023-05-20 10:48:03 -07:00
"cloudfront-log-parser": "~1.2.0",
"date-fns": "~2.30.0",
"glob-stream": "~8.0.0",
"named-placeholders": "~1.1.3",
"readable-stream": "~4.4.0",
"split2": "~4.2.0",
"sqlite": "~4.2.0",
"sqlite3": "~5.1.6",
"stream-chain": "~2.2.5",
2020-09-21 10:44:14 -07:00
"through2": "~4.0.2",
2023-05-20 10:48:03 -07:00
"ua-parser-js": "~1.0.35"
2020-09-21 10:44:14 -07:00
},
"engines": {
"node": ">=12.14.0"
},
"devDependencies": {}
}