mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +08:00
dce872fac8
- Bunyan logs json output, and added a stream to send our logs to cloudwatch - Replaces /all/ instances of console.log. Turned eslint rule back on, so we don't use console.log ever again. - Added npm scripts to view pretty logs
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"name": "nylas-core",
|
|
"version": "0.0.1",
|
|
"description": "Core shared packages",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"bunyan": "^1.8.1",
|
|
"imap": "0.8.x",
|
|
"xoauth2": "1.x.x"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC"
|
|
}
|