32 lines
847 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",
2021-05-07 11:10:29 -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": {
"cloudfront-log-parser": "~1.1.0",
"date-fns": "~2.9.0",
2021-03-02 08:09:00 -08:00
"glob-stream": "~6.1.0",
"named-placeholders": "~1.1.2",
2021-05-07 11:10:29 -07:00
"readable-stream": "~3.6.0",
2020-09-21 10:44:14 -07:00
"split2": "~3.2.2",
2021-03-02 08:09:00 -08:00
"sqlite": "~4.0.19",
"sqlite3": "~5.0.2",
"stream-chain": "~2.2.4",
2020-09-21 10:44:14 -07:00
"through2": "~4.0.2",
"ua-parser-js": "~0.7.21"
},
"engines": {
"node": ">=12.14.0"
},
"devDependencies": {}
}